Class Double2CharSortedMaps.EmptySortedMap

All Implemented Interfaces:
Double2CharFunction, Double2CharMap, Double2CharSortedMap, Function<Double,Character>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,Character>, Map<Double,Character>, SortedMap<Double,Character>
Enclosing class:
Double2CharSortedMaps

public static class Double2CharSortedMaps.EmptySortedMap extends Double2CharMaps.EmptyMap implements Double2CharSortedMap, 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: