Class Byte2FloatFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.bytes.AbstractByte2FloatFunction
it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.EmptyFunction
All Implemented Interfaces:
Byte2FloatFunction, Function<Byte,​Float>, Serializable, Cloneable, Function<Byte,​Float>, IntToDoubleFunction
Direct Known Subclasses:
Byte2FloatMaps.EmptyMap
Enclosing class:
Byte2FloatFunctions

public static class Byte2FloatFunctions.EmptyFunction
extends AbstractByte2FloatFunction
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