Class Byte2CharFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.bytes.AbstractByte2CharFunction
it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
All Implemented Interfaces:
Byte2CharFunction, Function<Byte,​Character>, Serializable, Cloneable, Function<Byte,​Character>, IntUnaryOperator
Direct Known Subclasses:
Byte2CharMaps.EmptyMap
Enclosing class:
Byte2CharFunctions

public static class Byte2CharFunctions.EmptyFunction
extends AbstractByte2CharFunction
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