Class Long2ShortMaps.EmptyMap

All Implemented Interfaces:
Function<Long,Short>, Long2ShortFunction, Long2ShortMap, Serializable, Cloneable, Function<Long,Short>, LongToIntFunction, Map<Long,Short>
Direct Known Subclasses:
Long2ShortSortedMaps.EmptySortedMap
Enclosing class:
Long2ShortMaps

public static class Long2ShortMaps.EmptyMap extends Long2ShortFunctions.EmptyFunction implements Long2ShortMap, 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: