Class Object2IntMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,​Integer>, Object2IntFunction<K>, Object2IntMap<K>, Serializable, Cloneable, Function<K,​Integer>, ToIntFunction<K>, Map<K,​Integer>
Direct Known Subclasses:
Object2IntSortedMaps.EmptySortedMap
Enclosing class:
Object2IntMaps

public static class Object2IntMaps.EmptyMap<K>
extends Object2IntFunctions.EmptyFunction<K>
implements Object2IntMap<K>, 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