Package io.netty.util.collection
Interface LongObjectMap.PrimitiveEntry<V>
-
- Type Parameters:
V- the value type stored in the map.
- Enclosing interface:
- LongObjectMap<V>
public static interface LongObjectMap.PrimitiveEntry<V>A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longkey()Gets the key for this entry.voidsetValue(V value)Sets the value for this entry.Vvalue()Gets the value for this entry.
-