Class Int2ByteSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Integer,Byte>, Int2ByteFunction, Int2ByteMap, Int2ByteSortedMap, Serializable, Cloneable, Function<Integer,Byte>, IntUnaryOperator, Map<Integer,Byte>, SortedMap<Integer,Byte>
Enclosing class:
Int2ByteSortedMaps

public static class Int2ByteSortedMaps.EmptySortedMap extends Int2ByteMaps.EmptyMap implements Int2ByteSortedMap, 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: