Class Short2IntSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Short,Integer>, Short2IntFunction, Short2IntMap, Short2IntSortedMap, Serializable, Cloneable, Function<Short,Integer>, IntUnaryOperator, Map<Short,Integer>, SortedMap<Short,Integer>
Enclosing class:
Short2IntSortedMaps

public static class Short2IntSortedMaps.EmptySortedMap extends Short2IntMaps.EmptyMap implements Short2IntSortedMap, 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: