Class IntCollections.UnmodifiableMap<V>

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

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