Class Char2BooleanMaps.EmptyMap

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

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