Class Short2BooleanFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.shorts.AbstractShort2BooleanFunction
it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.EmptyFunction
All Implemented Interfaces:
Function<Short,​Boolean>, Short2BooleanFunction, Serializable, Cloneable, Function<Short,​Boolean>, IntPredicate
Direct Known Subclasses:
Short2BooleanMaps.EmptyMap
Enclosing class:
Short2BooleanFunctions

public static class Short2BooleanFunctions.EmptyFunction
extends AbstractShort2BooleanFunction
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