Class Float2LongFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.floats.AbstractFloat2LongFunction
it.unimi.dsi.fastutil.floats.Float2LongFunctions.EmptyFunction
All Implemented Interfaces:
Float2LongFunction, Function<Float,​Long>, Serializable, Cloneable, DoubleToLongFunction, Function<Float,​Long>
Direct Known Subclasses:
Float2LongMaps.EmptyMap
Enclosing class:
Float2LongFunctions

public static class Float2LongFunctions.EmptyFunction
extends AbstractFloat2LongFunction
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