Class Double2ShortFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.doubles.AbstractDouble2ShortFunction
it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.EmptyFunction
All Implemented Interfaces:
Double2ShortFunction, Function<Double,​Short>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,​Short>
Direct Known Subclasses:
Double2ShortMaps.EmptyMap
Enclosing class:
Double2ShortFunctions

public static class Double2ShortFunctions.EmptyFunction
extends AbstractDouble2ShortFunction
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