Class Double2ObjectSortedMaps.Singleton<V>

All Implemented Interfaces:
Double2ObjectFunction<V>, Double2ObjectMap<V>, Double2ObjectSortedMap<V>, Function<Double,​V>, Serializable, Cloneable, DoubleFunction<V>, Function<Double,​V>, Map<Double,​V>, SortedMap<Double,​V>
Enclosing class:
Double2ObjectSortedMaps

public static class Double2ObjectSortedMaps.Singleton<V>
extends Double2ObjectMaps.Singleton<V>
implements Double2ObjectSortedMap<V>, 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:
Serialized Form