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.PrimitiveEntryGets the key for this entry.- Specified by:
keyin interfaceIntObjectMap.PrimitiveEntry<V>
-
value
Description copied from interface:IntObjectMap.PrimitiveEntryGets the value for this entry.- Specified by:
valuein interfaceIntObjectMap.PrimitiveEntry<V>
-
setValue
Description copied from interface:IntObjectMap.PrimitiveEntrySets the value for this entry.- Specified by:
setValuein interfaceIntObjectMap.PrimitiveEntry<V>
-