Class Byte2ShortSortedMaps.Singleton

All Implemented Interfaces:
Byte2ShortFunction, Byte2ShortMap, Byte2ShortSortedMap, Function<Byte,Short>, Serializable, Cloneable, Function<Byte,Short>, IntUnaryOperator, Map<Byte,Short>, SortedMap<Byte,Short>
Enclosing class:
Byte2ShortSortedMaps

public static class Byte2ShortSortedMaps.Singleton extends Byte2ShortMaps.Singleton implements Byte2ShortSortedMap, 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: