Class Short2DoubleFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.shorts.AbstractShort2DoubleFunction
it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.EmptyFunction
All Implemented Interfaces:
Function<Short,​Double>, Short2DoubleFunction, Serializable, Cloneable, Function<Short,​Double>, IntToDoubleFunction
Direct Known Subclasses:
Short2DoubleMaps.EmptyMap
Enclosing class:
Short2DoubleFunctions

public static class Short2DoubleFunctions.EmptyFunction
extends AbstractShort2DoubleFunction
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