Class Byte2ObjectSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Byte2ObjectFunction<V>, Byte2ObjectMap<V>, Byte2ObjectSortedMap<V>, Function<Byte,V>, Serializable, Cloneable, Function<Byte,V>, IntFunction<V>, Map<Byte,V>, SortedMap<Byte,V>
Enclosing class:
Byte2ObjectSortedMaps

public static class Byte2ObjectSortedMaps.EmptySortedMap<V> extends Byte2ObjectMaps.EmptyMap<V> implements Byte2ObjectSortedMap<V>, 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: