Class Float2CharFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.floats.AbstractFloat2CharFunction
it.unimi.dsi.fastutil.floats.Float2CharFunctions.EmptyFunction
All Implemented Interfaces:
Float2CharFunction, Function<Float,​Character>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,​Character>
Direct Known Subclasses:
Float2CharMaps.EmptyMap
Enclosing class:
Float2CharFunctions

public static class Float2CharFunctions.EmptyFunction
extends AbstractFloat2CharFunction
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