Class Float2IntFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.floats.AbstractFloat2IntFunction
it.unimi.dsi.fastutil.floats.Float2IntFunctions.EmptyFunction
All Implemented Interfaces:
Float2IntFunction, Function<Float,​Integer>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,​Integer>
Direct Known Subclasses:
Float2IntMaps.EmptyMap
Enclosing class:
Float2IntFunctions

public static class Float2IntFunctions.EmptyFunction
extends AbstractFloat2IntFunction
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