Class Object2ObjectSortedMaps.EmptySortedMap<K,​V>

All Implemented Interfaces:
Function<K,​V>, Object2ObjectFunction<K,​V>, Object2ObjectMap<K,​V>, Object2ObjectSortedMap<K,​V>, Serializable, Cloneable, Function<K,​V>, Map<K,​V>, SortedMap<K,​V>
Enclosing class:
Object2ObjectSortedMaps

public static class Object2ObjectSortedMaps.EmptySortedMap<K,​V>
extends Object2ObjectMaps.EmptyMap<K,​V>
implements Object2ObjectSortedMap<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:
Serialized Form