Class Char2BooleanSortedMaps.EmptySortedMap

All Implemented Interfaces:
Char2BooleanFunction, Char2BooleanMap, Char2BooleanSortedMap, Function<Character,Boolean>, Serializable, Cloneable, Function<Character,Boolean>, IntPredicate, Map<Character,Boolean>, SortedMap<Character,Boolean>
Enclosing class:
Char2BooleanSortedMaps

public static class Char2BooleanSortedMaps.EmptySortedMap extends Char2BooleanMaps.EmptyMap implements Char2BooleanSortedMap, 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: