Class Char2LongSortedMaps.EmptySortedMap

All Implemented Interfaces:
Char2LongFunction, Char2LongMap, Char2LongSortedMap, Function<Character,Long>, Serializable, Cloneable, Function<Character,Long>, IntToLongFunction, Map<Character,Long>, SortedMap<Character,Long>
Enclosing class:
Char2LongSortedMaps

public static class Char2LongSortedMaps.EmptySortedMap extends Char2LongMaps.EmptyMap implements Char2LongSortedMap, 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: