Class Short2CharSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Short,Character>, Short2CharFunction, Short2CharMap, Short2CharSortedMap, Serializable, Cloneable, Function<Short,Character>, IntUnaryOperator, Map<Short,Character>, SortedMap<Short,Character>
Enclosing class:
Short2CharSortedMaps

public static class Short2CharSortedMaps.EmptySortedMap extends Short2CharMaps.EmptyMap implements Short2CharSortedMap, 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: