Class Char2ShortSortedMaps.EmptySortedMap

All Implemented Interfaces:
Char2ShortFunction, Char2ShortMap, Char2ShortSortedMap, Function<Character,Short>, Serializable, Cloneable, Function<Character,Short>, IntUnaryOperator, Map<Character,Short>, SortedMap<Character,Short>
Enclosing class:
Char2ShortSortedMaps

public static class Char2ShortSortedMaps.EmptySortedMap extends Char2ShortMaps.EmptyMap implements Char2ShortSortedMap, 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: