Class Long2FloatFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2FloatFunction
it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
All Implemented Interfaces:
Function<Long,​Float>, Long2FloatFunction, Serializable, Cloneable, Function<Long,​Float>, LongToDoubleFunction
Direct Known Subclasses:
Long2FloatMaps.EmptyMap
Enclosing class:
Long2FloatFunctions

public static class Long2FloatFunctions.EmptyFunction
extends AbstractLong2FloatFunction
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