Class Char2ReferenceSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Char2ReferenceFunction<V>, Char2ReferenceMap<V>, Char2ReferenceSortedMap<V>, Function<Character,V>, Serializable, Cloneable, Function<Character,V>, IntFunction<V>, Map<Character,V>, SortedMap<Character,V>
Enclosing class:
Char2ReferenceSortedMaps

public static class Char2ReferenceSortedMaps.EmptySortedMap<V> extends Char2ReferenceMaps.EmptyMap<V> implements Char2ReferenceSortedMap<V>, 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: