Class Char2CharSortedMaps.EmptySortedMap

All Implemented Interfaces:
Char2CharFunction, Char2CharMap, Char2CharSortedMap, Function<Character,Character>, Serializable, Cloneable, Function<Character,Character>, IntUnaryOperator, Map<Character,Character>, SortedMap<Character,Character>
Enclosing class:
Char2CharSortedMaps

public static class Char2CharSortedMaps.EmptySortedMap extends Char2CharMaps.EmptyMap implements Char2CharSortedMap, 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: