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