Class CharCollections.UnmodifiableMap<V>

java.lang.Object
io.netty.util.collection.CharCollections.UnmodifiableMap<V>
Type Parameters:
V - the value type stored in the map.
All Implemented Interfaces:
CharObjectMap<V>, Map<Character,V>
Enclosing class:
CharCollections

private static final class CharCollections.UnmodifiableMap<V> extends Object implements CharObjectMap<V>
An unmodifiable wrapper around a CharObjectMap.