Class Int2ShortMaps.EmptyMap

All Implemented Interfaces:
Function<Integer,Short>, Int2ShortFunction, Int2ShortMap, Serializable, Cloneable, Function<Integer,Short>, IntUnaryOperator, Map<Integer,Short>
Direct Known Subclasses:
Int2ShortSortedMaps.EmptySortedMap
Enclosing class:
Int2ShortMaps

public static class Int2ShortMaps.EmptyMap extends Int2ShortFunctions.EmptyFunction implements Int2ShortMap, 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: