Class Double2IntSortedMaps.EmptySortedMap

All Implemented Interfaces:
Double2IntFunction, Double2IntMap, Double2IntSortedMap, Function<Double,Integer>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,Integer>, Map<Double,Integer>, SortedMap<Double,Integer>
Enclosing class:
Double2IntSortedMaps

public static class Double2IntSortedMaps.EmptySortedMap extends Double2IntMaps.EmptyMap implements Double2IntSortedMap, 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: