Class Float2ReferenceFunctions.EmptyFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceFunction<V>
it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.EmptyFunction<V>
All Implemented Interfaces:
Float2ReferenceFunction<V>, Function<Float,​V>, Serializable, Cloneable, DoubleFunction<V>, Function<Float,​V>
Direct Known Subclasses:
Float2ReferenceMaps.EmptyMap
Enclosing class:
Float2ReferenceFunctions

public static class Float2ReferenceFunctions.EmptyFunction<V>
extends AbstractFloat2ReferenceFunction<V>
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