Class IntCollections.EmptyMap

java.lang.Object
io.netty.util.collection.IntCollections.EmptyMap
All Implemented Interfaces:
IntObjectMap<Object>, Map<Integer,Object>
Enclosing class:
IntCollections

private static final class IntCollections.EmptyMap extends Object implements IntObjectMap<Object>
An empty map. All operations that attempt to modify the map are unsupported.