Class Short2IntMaps.EmptyMap

All Implemented Interfaces:
Function<Short,​Integer>, Short2IntFunction, Short2IntMap, Serializable, Cloneable, Function<Short,​Integer>, IntUnaryOperator, Map<Short,​Integer>
Direct Known Subclasses:
Short2IntSortedMaps.EmptySortedMap
Enclosing class:
Short2IntMaps

public static class Short2IntMaps.EmptyMap
extends Short2IntFunctions.EmptyFunction
implements Short2IntMap, 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