Class Short2ShortSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Short,Short>, Short2ShortFunction, Short2ShortMap, Short2ShortSortedMap, Serializable, Cloneable, Function<Short,Short>, IntUnaryOperator, Map<Short,Short>, SortedMap<Short,Short>
Enclosing class:
Short2ShortSortedMaps

public static class Short2ShortSortedMaps.EmptySortedMap extends Short2ShortMaps.EmptyMap implements Short2ShortSortedMap, 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: