Class Reference2CharSortedMaps.EmptySortedMap<K>

All Implemented Interfaces:
Function<K,Character>, Reference2CharFunction<K>, Reference2CharMap<K>, Reference2CharSortedMap<K>, Serializable, Cloneable, Function<K,Character>, ToIntFunction<K>, Map<K,Character>, SortedMap<K,Character>
Enclosing class:
Reference2CharSortedMaps

public static class Reference2CharSortedMaps.EmptySortedMap<K> extends Reference2CharMaps.EmptyMap<K> implements Reference2CharSortedMap<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: