Class Long2BooleanFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2BooleanFunction
it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.EmptyFunction
All Implemented Interfaces:
Function<Long,​Boolean>, Long2BooleanFunction, Serializable, Cloneable, Function<Long,​Boolean>, LongPredicate
Direct Known Subclasses:
Long2BooleanMaps.EmptyMap
Enclosing class:
Long2BooleanFunctions

public static class Long2BooleanFunctions.EmptyFunction
extends AbstractLong2BooleanFunction
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