Class Double2LongSortedMaps.Singleton

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.Singleton extends Double2LongMaps.Singleton implements Double2LongSortedMap, 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: