Class Float2DoubleSortedMaps.EmptySortedMap

All Implemented Interfaces:
Float2DoubleFunction, Float2DoubleMap, Float2DoubleSortedMap, Function<Float,​Double>, Serializable, Cloneable, DoubleUnaryOperator, Function<Float,​Double>, Map<Float,​Double>, SortedMap<Float,​Double>
Enclosing class:
Float2DoubleSortedMaps

public static class Float2DoubleSortedMaps.EmptySortedMap
extends Float2DoubleMaps.EmptyMap
implements Float2DoubleSortedMap, 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