Class Short2DoubleSortedMaps.Singleton

All Implemented Interfaces:
Function<Short,Double>, Short2DoubleFunction, Short2DoubleMap, Short2DoubleSortedMap, Serializable, Cloneable, Function<Short,Double>, IntToDoubleFunction, Map<Short,Double>, SortedMap<Short,Double>
Enclosing class:
Short2DoubleSortedMaps

public static class Short2DoubleSortedMaps.Singleton extends Short2DoubleMaps.Singleton implements Short2DoubleSortedMap, 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: