Package io.netty.util.collection
Class ShortCollections.UnmodifiableMap.EntryImpl
java.lang.Object
io.netty.util.collection.ShortCollections.UnmodifiableMap.EntryImpl
- All Implemented Interfaces:
ShortObjectMap.PrimitiveEntry<V>
- Enclosing class:
ShortCollections.UnmodifiableMap<V>
private class ShortCollections.UnmodifiableMap.EntryImpl
extends Object
implements ShortObjectMap.PrimitiveEntry<V>
Unmodifiable wrapper for an entry.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
entry
-
-
Constructor Details
-
EntryImpl
EntryImpl(ShortObjectMap.PrimitiveEntry<V> entry)
-
-
Method Details
-
key
public short key()Description copied from interface:ShortObjectMap.PrimitiveEntry
Gets the key for this entry.- Specified by:
key
in interfaceShortObjectMap.PrimitiveEntry<V>
-
value
Description copied from interface:ShortObjectMap.PrimitiveEntry
Gets the value for this entry.- Specified by:
value
in interfaceShortObjectMap.PrimitiveEntry<V>
-
setValue
Description copied from interface:ShortObjectMap.PrimitiveEntry
Sets the value for this entry.- Specified by:
setValue
in interfaceShortObjectMap.PrimitiveEntry<V>
-