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