Class Byte2ByteSortedMaps.EmptySortedMap

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.EmptySortedMap extends Byte2ByteMaps.EmptyMap implements Byte2ByteSortedMap, Serializable, Cloneable
An immutable class representing an empty type-specific sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also: