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