Class Char2ReferenceMaps.EmptyMap<V>

All Implemented Interfaces:
Char2ReferenceFunction<V>, Char2ReferenceMap<V>, Function<Character,V>, Serializable, Cloneable, Function<Character,V>, IntFunction<V>, Map<Character,V>
Direct Known Subclasses:
Char2ReferenceSortedMaps.EmptySortedMap
Enclosing class:
Char2ReferenceMaps

public static class Char2ReferenceMaps.EmptyMap<V> extends Char2ReferenceFunctions.EmptyFunction<V> implements Char2ReferenceMap<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: