Class Short2ShortMaps.EmptyMap

All Implemented Interfaces:
Function<Short,Short>, Short2ShortFunction, Short2ShortMap, Serializable, Cloneable, Function<Short,Short>, IntUnaryOperator, Map<Short,Short>
Direct Known Subclasses:
Short2ShortSortedMaps.EmptySortedMap
Enclosing class:
Short2ShortMaps

public static class Short2ShortMaps.EmptyMap extends Short2ShortFunctions.EmptyFunction implements Short2ShortMap, 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: