Class Double2ShortSortedMaps.Singleton

All Implemented Interfaces:
Double2ShortFunction, Double2ShortMap, Double2ShortSortedMap, Function<Double,Short>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,Short>, Map<Double,Short>, SortedMap<Double,Short>
Enclosing class:
Double2ShortSortedMaps

public static class Double2ShortSortedMaps.Singleton extends Double2ShortMaps.Singleton implements Double2ShortSortedMap, 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: