Class Reference2DoubleFunctions.EmptyFunction<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.AbstractReference2DoubleFunction<K>
it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction<K>
All Implemented Interfaces:
Function<K,​Double>, Reference2DoubleFunction<K>, Serializable, Cloneable, Function<K,​Double>, ToDoubleFunction<K>
Direct Known Subclasses:
Reference2DoubleMaps.EmptyMap
Enclosing class:
Reference2DoubleFunctions

public static class Reference2DoubleFunctions.EmptyFunction<K>
extends AbstractReference2DoubleFunction<K>
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