private class ByteCollections.UnmodifiableMap.EntryImpl extends java.lang.Object implements ByteObjectMap.PrimitiveEntry<V>
| Modifier and Type | Field and Description |
|---|---|
private ByteObjectMap.PrimitiveEntry<V> |
entry |
| Constructor and Description |
|---|
EntryImpl(ByteObjectMap.PrimitiveEntry<V> entry) |
| Modifier and Type | Method and Description |
|---|---|
byte |
key()
Gets the key for this entry.
|
void |
setValue(V value)
Sets the value for this entry.
|
V |
value()
Gets the value for this entry.
|
private final ByteObjectMap.PrimitiveEntry<V> entry
EntryImpl(ByteObjectMap.PrimitiveEntry<V> entry)
public byte key()
ByteObjectMap.PrimitiveEntrykey in interface ByteObjectMap.PrimitiveEntry<V>public V value()
ByteObjectMap.PrimitiveEntryvalue in interface ByteObjectMap.PrimitiveEntry<V>public void setValue(V value)
ByteObjectMap.PrimitiveEntrysetValue in interface ByteObjectMap.PrimitiveEntry<V>