Class Short2ByteSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Short,Byte>, Short2ByteFunction, Short2ByteMap, Short2ByteSortedMap, Serializable, Cloneable, Function<Short,Byte>, IntUnaryOperator, Map<Short,Byte>, SortedMap<Short,Byte>
Enclosing class:
Short2ByteSortedMaps

public static class Short2ByteSortedMaps.EmptySortedMap extends Short2ByteMaps.EmptyMap implements Short2ByteSortedMap, 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: