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