Class Byte2ByteSortedMaps.Singleton

All Implemented Interfaces:
Byte2ByteFunction, Byte2ByteMap, Byte2ByteSortedMap, Function<Byte,Byte>, Serializable, Cloneable, Function<Byte,Byte>, IntUnaryOperator, Map<Byte,Byte>, SortedMap<Byte,Byte>
Enclosing class:
Byte2ByteSortedMaps

public static class Byte2ByteSortedMaps.Singleton extends Byte2ByteMaps.Singleton implements Byte2ByteSortedMap, 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: