final class ShortObjectHashMap.MapEntry
extends java.lang.Object
implements java.util.Map.Entry<java.lang.Short,V>
| Modifier and Type | Field and Description |
|---|---|
private int |
entryIndex |
| Constructor and Description |
|---|
MapEntry(int entryIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Short |
getKey() |
V |
getValue() |
V |
setValue(V value) |
private void |
verifyExists() |
public java.lang.Short getKey()
getKey in interface java.util.Map.Entry<java.lang.Short,V>public V getValue()
getValue in interface java.util.Map.Entry<java.lang.Short,V>public V setValue(V value)
setValue in interface java.util.Map.Entry<java.lang.Short,V>private void verifyExists()