Class Float2DoubleSortedMaps.Singleton

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.Singleton extends Float2DoubleMaps.Singleton implements Float2DoubleSortedMap, Serializable, Cloneable
An immutable class representing a type-specific singleton sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also: