Class Int2ShortSortedMaps.Singleton

All Implemented Interfaces:
Function<Integer,Short>, Int2ShortFunction, Int2ShortMap, Int2ShortSortedMap, Serializable, Cloneable, Function<Integer,Short>, IntUnaryOperator, Map<Integer,Short>, SortedMap<Integer,Short>
Enclosing class:
Int2ShortSortedMaps

public static class Int2ShortSortedMaps.Singleton extends Int2ShortMaps.Singleton implements Int2ShortSortedMap, 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: