Class Char2BooleanMaps.Singleton

All Implemented Interfaces:
Char2BooleanFunction, Char2BooleanMap, Function<Character,Boolean>, Serializable, Cloneable, Function<Character,Boolean>, IntPredicate, Map<Character,Boolean>
Direct Known Subclasses:
Char2BooleanSortedMaps.Singleton
Enclosing class:
Char2BooleanMaps

public static class Char2BooleanMaps.Singleton extends Char2BooleanFunctions.Singleton implements Char2BooleanMap, 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: