Class Double2ObjectSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Double2ObjectFunction<V>, Double2ObjectMap<V>, Double2ObjectSortedMap<V>, Function<Double,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Double,V>, Map<Double,V>, SortedMap<Double,V>
Enclosing class:
Double2ObjectSortedMaps

public static class Double2ObjectSortedMaps.EmptySortedMap<V> extends Double2ObjectMaps.EmptyMap<V> implements Double2ObjectSortedMap<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: