Class Short2LongSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Short,Long>, Short2LongFunction, Short2LongMap, Short2LongSortedMap, Serializable, Cloneable, Function<Short,Long>, IntToLongFunction, Map<Short,Long>, SortedMap<Short,Long>
Enclosing class:
Short2LongSortedMaps

public static class Short2LongSortedMaps.EmptySortedMap extends Short2LongMaps.EmptyMap implements Short2LongSortedMap, 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: