Class Reference2ObjectSortedMaps.EmptySortedMap<K,V>

All Implemented Interfaces:
Function<K,V>, Reference2ObjectFunction<K,V>, Reference2ObjectMap<K,V>, Reference2ObjectSortedMap<K,V>, Serializable, Cloneable, Function<K,V>, Map<K,V>, SortedMap<K,V>
Enclosing class:
Reference2ObjectSortedMaps

public static class Reference2ObjectSortedMaps.EmptySortedMap<K,V> extends Reference2ObjectMaps.EmptyMap<K,V> implements Reference2ObjectSortedMap<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: