Class Short2ObjectFunctions.EmptyFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectFunction<V>
it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction<V>
All Implemented Interfaces:
Function<Short,​V>, Short2ObjectFunction<V>, Serializable, Cloneable, Function<Short,​V>, IntFunction<V>
Direct Known Subclasses:
Short2ObjectMaps.EmptyMap
Enclosing class:
Short2ObjectFunctions

public static class Short2ObjectFunctions.EmptyFunction<V>
extends AbstractShort2ObjectFunction<V>
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