Class Float2ShortFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.floats.AbstractFloat2ShortFunction
it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
All Implemented Interfaces:
Float2ShortFunction, Function<Float,​Short>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,​Short>
Direct Known Subclasses:
Float2ShortMaps.EmptyMap
Enclosing class:
Float2ShortFunctions

public static class Float2ShortFunctions.EmptyFunction
extends AbstractFloat2ShortFunction
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