Class Object2ReferenceSortedMaps.EmptySortedMap<K,V>

All Implemented Interfaces:
Function<K,V>, Object2ReferenceFunction<K,V>, Object2ReferenceMap<K,V>, Object2ReferenceSortedMap<K,V>, Serializable, Cloneable, Function<K,V>, Map<K,V>, SortedMap<K,V>
Enclosing class:
Object2ReferenceSortedMaps

public static class Object2ReferenceSortedMaps.EmptySortedMap<K,V> extends Object2ReferenceMaps.EmptyMap<K,V> implements Object2ReferenceSortedMap<K,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: