Class Double2LongSortedMaps.EmptySortedMap

All Implemented Interfaces:
Double2LongFunction, Double2LongMap, Double2LongSortedMap, Function<Double,Long>, Serializable, Cloneable, DoubleToLongFunction, Function<Double,Long>, Map<Double,Long>, SortedMap<Double,Long>
Enclosing class:
Double2LongSortedMaps

public static class Double2LongSortedMaps.EmptySortedMap extends Double2LongMaps.EmptyMap implements Double2LongSortedMap, 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: