Class Object2DoubleSortedMaps.EmptySortedMap<K>

All Implemented Interfaces:
Function<K,​Double>, Object2DoubleFunction<K>, Object2DoubleMap<K>, Object2DoubleSortedMap<K>, Serializable, Cloneable, Function<K,​Double>, ToDoubleFunction<K>, Map<K,​Double>, SortedMap<K,​Double>
Enclosing class:
Object2DoubleSortedMaps

public static class Object2DoubleSortedMaps.EmptySortedMap<K>
extends Object2DoubleMaps.EmptyMap<K>
implements Object2DoubleSortedMap<K>, 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