Class Byte2LongSortedMaps.EmptySortedMap

All Implemented Interfaces:
Byte2LongFunction, Byte2LongMap, Byte2LongSortedMap, Function<Byte,Long>, Serializable, Cloneable, Function<Byte,Long>, IntToLongFunction, Map<Byte,Long>, SortedMap<Byte,Long>
Enclosing class:
Byte2LongSortedMaps

public static class Byte2LongSortedMaps.EmptySortedMap extends Byte2LongMaps.EmptyMap implements Byte2LongSortedMap, 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: