Class Long2ByteSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Long,Byte>, Long2ByteFunction, Long2ByteMap, Long2ByteSortedMap, Serializable, Cloneable, Function<Long,Byte>, LongToIntFunction, Map<Long,Byte>, SortedMap<Long,Byte>
Enclosing class:
Long2ByteSortedMaps

public static class Long2ByteSortedMaps.EmptySortedMap extends Long2ByteMaps.EmptyMap implements Long2ByteSortedMap, 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: