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