-
- Type Parameters:
V
- the value type stored in the map.
- Enclosing interface:
- ByteObjectMap<V>
public static interface ByteObjectMap.PrimitiveEntry<V>
A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-