Class Int2DoubleSortedMaps.Singleton

All Implemented Interfaces:
Function<Integer,Double>, Int2DoubleFunction, Int2DoubleMap, Int2DoubleSortedMap, Serializable, Cloneable, Function<Integer,Double>, IntToDoubleFunction, Map<Integer,Double>, SortedMap<Integer,Double>
Enclosing class:
Int2DoubleSortedMaps

public static class Int2DoubleSortedMaps.Singleton extends Int2DoubleMaps.Singleton implements Int2DoubleSortedMap, 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: