Class Float2DoubleFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleFunction
it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
All Implemented Interfaces:
Float2DoubleFunction, Function<Float,​Double>, Serializable, Cloneable, DoubleUnaryOperator, Function<Float,​Double>
Direct Known Subclasses:
Float2DoubleMaps.EmptyMap
Enclosing class:
Float2DoubleFunctions

public static class Float2DoubleFunctions.EmptyFunction
extends AbstractFloat2DoubleFunction
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