Class Short2FloatSortedMaps.Singleton

All Implemented Interfaces:
Function<Short,Float>, Short2FloatFunction, Short2FloatMap, Short2FloatSortedMap, Serializable, Cloneable, Function<Short,Float>, IntToDoubleFunction, Map<Short,Float>, SortedMap<Short,Float>
Enclosing class:
Short2FloatSortedMaps

public static class Short2FloatSortedMaps.Singleton extends Short2FloatMaps.Singleton implements Short2FloatSortedMap, 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: