Class Char2DoubleSortedMaps.EmptySortedMap

All Implemented Interfaces:
Char2DoubleFunction, Char2DoubleMap, Char2DoubleSortedMap, Function<Character,Double>, Serializable, Cloneable, Function<Character,Double>, IntToDoubleFunction, Map<Character,Double>, SortedMap<Character,Double>
Enclosing class:
Char2DoubleSortedMaps

public static class Char2DoubleSortedMaps.EmptySortedMap extends Char2DoubleMaps.EmptyMap implements Char2DoubleSortedMap, 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: