Class Char2ObjectSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Char2ObjectFunction<V>, Char2ObjectMap<V>, Char2ObjectSortedMap<V>, Function<Character,​V>, Serializable, Cloneable, Function<Character,​V>, IntFunction<V>, Map<Character,​V>, SortedMap<Character,​V>
Enclosing class:
Char2ObjectSortedMaps

public static class Char2ObjectSortedMaps.EmptySortedMap<V>
extends Char2ObjectMaps.EmptyMap<V>
implements Char2ObjectSortedMap<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:
Serialized Form