Class Char2ObjectMaps.EmptyMap<V>

All Implemented Interfaces:
Char2ObjectFunction<V>, Char2ObjectMap<V>, Function<Character,​V>, Serializable, Cloneable, Function<Character,​V>, IntFunction<V>, Map<Character,​V>
Direct Known Subclasses:
Char2ObjectSortedMaps.EmptySortedMap
Enclosing class:
Char2ObjectMaps

public static class Char2ObjectMaps.EmptyMap<V>
extends Char2ObjectFunctions.EmptyFunction<V>
implements Char2ObjectMap<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