Class Byte2ReferenceSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Byte2ReferenceFunction<V>, Byte2ReferenceMap<V>, Byte2ReferenceSortedMap<V>, Function<Byte,V>, Serializable, Cloneable, Function<Byte,V>, IntFunction<V>, Map<Byte,V>, SortedMap<Byte,V>
Enclosing class:
Byte2ReferenceSortedMaps

public static class Byte2ReferenceSortedMaps.EmptySortedMap<V> extends Byte2ReferenceMaps.EmptyMap<V> implements Byte2ReferenceSortedMap<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: