Class Object2CharSortedMaps.EmptySortedMap<K>

All Implemented Interfaces:
Function<K,Character>, Object2CharFunction<K>, Object2CharMap<K>, Object2CharSortedMap<K>, Serializable, Cloneable, Function<K,Character>, ToIntFunction<K>, Map<K,Character>, SortedMap<K,Character>
Enclosing class:
Object2CharSortedMaps

public static class Object2CharSortedMaps.EmptySortedMap<K> extends Object2CharMaps.EmptyMap<K> implements Object2CharSortedMap<K>, 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: