Class Char2CharMaps.Singleton

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

public static class Char2CharMaps.Singleton extends Char2CharFunctions.Singleton implements Char2CharMap, Serializable, Cloneable
An immutable class representing a type-specific singleton map.

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

See Also: