Class Short2ShortSortedMaps.Singleton

All Implemented Interfaces:
Function<Short,Short>, Short2ShortFunction, Short2ShortMap, Short2ShortSortedMap, Serializable, Cloneable, Function<Short,Short>, IntUnaryOperator, Map<Short,Short>, SortedMap<Short,Short>
Enclosing class:
Short2ShortSortedMaps

public static class Short2ShortSortedMaps.Singleton extends Short2ShortMaps.Singleton implements Short2ShortSortedMap, 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: