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