public abstract class AbstractMapEntry extends Object implements Map.Entry
Constructor and Description |
---|
AbstractMapEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
abstract Object |
getKey() |
abstract Object |
getValue() |
int |
hashCode() |
abstract Object |
setValue(Object value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
Copyright © 2018 com.mchange. All rights reserved.