Class Short2CharFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.shorts.AbstractShort2CharFunction
it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
All Implemented Interfaces:
Function<Short,​Character>, Short2CharFunction, Serializable, Cloneable, Function<Short,​Character>, IntUnaryOperator
Direct Known Subclasses:
Short2CharMaps.EmptyMap
Enclosing class:
Short2CharFunctions

public static class Short2CharFunctions.EmptyFunction
extends AbstractShort2CharFunction
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