Class Char2BooleanFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.chars.AbstractChar2BooleanFunction
it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.EmptyFunction
All Implemented Interfaces:
Char2BooleanFunction, Function<Character,​Boolean>, Serializable, Cloneable, Function<Character,​Boolean>, IntPredicate
Direct Known Subclasses:
Char2BooleanMaps.EmptyMap
Enclosing class:
Char2BooleanFunctions

public static class Char2BooleanFunctions.EmptyFunction
extends AbstractChar2BooleanFunction
implements Serializable, Cloneable
An immutable class representing an empty type-specific function.

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

See Also:
Serialized Form