Class Object2CharMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,​Character>, Object2CharFunction<K>, Object2CharMap<K>, Serializable, Cloneable, Function<K,​Character>, ToIntFunction<K>, Map<K,​Character>
Direct Known Subclasses:
Object2CharSortedMaps.EmptySortedMap
Enclosing class:
Object2CharMaps

public static class Object2CharMaps.EmptyMap<K>
extends Object2CharFunctions.EmptyFunction<K>
implements Object2CharMap<K>, 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