Class Double2DoubleSortedMaps.EmptySortedMap

All Implemented Interfaces:
Double2DoubleFunction, Double2DoubleMap, Double2DoubleSortedMap, Function<Double,Double>, Serializable, Cloneable, DoubleUnaryOperator, Function<Double,Double>, Map<Double,Double>, SortedMap<Double,Double>
Enclosing class:
Double2DoubleSortedMaps

public static class Double2DoubleSortedMaps.EmptySortedMap extends Double2DoubleMaps.EmptyMap implements Double2DoubleSortedMap, 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: