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