Class ShortCollections.UnmodifiableMap<V>

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

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