Package io.netty.util.collection
Interface ShortObjectMap.PrimitiveEntry<V>
- Type Parameters:
V
- the value type stored in the map.
- All Known Implementing Classes:
ShortCollections.UnmodifiableMap.EntryImpl
,ShortObjectHashMap.PrimitiveIterator
- Enclosing interface:
ShortObjectMap<V>
public static interface ShortObjectMap.PrimitiveEntry<V>
A primitive entry in the map, provided by the iterator from
ShortObjectMap.entries()
-
Method Summary
-
Method Details
-
key
short key()Gets the key for this entry. -
value
V value()Gets the value for this entry. -
setValue
Sets the value for this entry.
-