public static interface MapKI.Entry<K>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares the specified object with this entry for equality.
|
K |
getKey()
Returns the key corresponding to this entry.
|
int |
getValue()
Returns the value corresponding to this entry.
|
int |
hashCode()
Returns the hash code value for this map entry.
|
int |
setValue(int value)
Replaces the value corresponding to this entry with the specified value, and write through to
the backing map.
|
K getKey()
int getValue()
int setValue(int value)
value - new value to be stored in this entryboolean equals(Object o)
Copyright © 2018. All rights reserved.