Class Long2ShortSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Long,Short>, Long2ShortFunction, Long2ShortMap, Long2ShortSortedMap, Serializable, Cloneable, Function<Long,Short>, LongToIntFunction, Map<Long,Short>, SortedMap<Long,Short>
Enclosing class:
Long2ShortSortedMaps

public static class Long2ShortSortedMaps.EmptySortedMap extends Long2ShortMaps.EmptyMap implements Long2ShortSortedMap, Serializable, Cloneable
An immutable class representing an empty type-specific sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also: