public static interface MapIS.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.
|
short |
getValue()
Returns the value corresponding to this entry.
|
int |
hashCode()
Returns the hash code value for this map entry.
|
short |
setValue(short value)
Replaces the value corresponding to this entry with the specified value, and write through to
the backing map.
|
int getKey()
short getValue()
short setValue(short value)
value - new value to be stored in this entryboolean equals(Object o)
Copyright © 2018. All rights reserved.