Class Object2ObjectMaps.EmptyMap<K,​V>

All Implemented Interfaces:
Function<K,​V>, Object2ObjectFunction<K,​V>, Object2ObjectMap<K,​V>, Serializable, Cloneable, Function<K,​V>, Map<K,​V>
Direct Known Subclasses:
Object2ObjectSortedMaps.EmptySortedMap
Enclosing class:
Object2ObjectMaps

public static class Object2ObjectMaps.EmptyMap<K,​V>
extends Object2ObjectFunctions.EmptyFunction<K,​V>
implements Object2ObjectMap<K,​V>, Serializable, Cloneable
An immutable class representing an empty type-specific map.

This class may be useful to implement your own in case you subclass a type-specific map.

See Also:
Serialized Form