Class Byte2IntSortedMaps.Singleton

All Implemented Interfaces:
Byte2IntFunction, Byte2IntMap, Byte2IntSortedMap, Function<Byte,Integer>, Serializable, Cloneable, Function<Byte,Integer>, IntUnaryOperator, Map<Byte,Integer>, SortedMap<Byte,Integer>
Enclosing class:
Byte2IntSortedMaps

public static class Byte2IntSortedMaps.Singleton extends Byte2IntMaps.Singleton implements Byte2IntSortedMap, 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: