Class Int2ReferenceMaps.EmptyMap<V>

All Implemented Interfaces:
Function<Integer,​V>, Int2ReferenceFunction<V>, Int2ReferenceMap<V>, Serializable, Cloneable, Function<Integer,​V>, IntFunction<V>, Map<Integer,​V>
Direct Known Subclasses:
Int2ReferenceSortedMaps.EmptySortedMap
Enclosing class:
Int2ReferenceMaps

public static class Int2ReferenceMaps.EmptyMap<V>
extends Int2ReferenceFunctions.EmptyFunction<V>
implements Int2ReferenceMap<V>, Serializable, Cloneable
An immutable class representing an empty type-specific map.

This class may be useful to implement your own in case you subclass a type-specific map.

See Also:
Serialized Form