Class Char2CharMaps.EmptyMap

All Implemented Interfaces:
Char2CharFunction, Char2CharMap, Function<Character,Character>, Serializable, Cloneable, Function<Character,Character>, IntUnaryOperator, Map<Character,Character>
Direct Known Subclasses:
Char2CharSortedMaps.EmptySortedMap
Enclosing class:
Char2CharMaps

public static class Char2CharMaps.EmptyMap extends Char2CharFunctions.EmptyFunction implements Char2CharMap, 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: