Class Float2ShortSortedMaps.Singleton

All Implemented Interfaces:
Float2ShortFunction, Float2ShortMap, Float2ShortSortedMap, Function<Float,Short>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Short>, Map<Float,Short>, SortedMap<Float,Short>
Enclosing class:
Float2ShortSortedMaps

public static class Float2ShortSortedMaps.Singleton extends Float2ShortMaps.Singleton implements Float2ShortSortedMap, 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: