Class Long2ObjectFunctions.EmptyFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2ObjectFunction<V>
it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.EmptyFunction<V>
All Implemented Interfaces:
Function<Long,​V>, Long2ObjectFunction<V>, Serializable, Cloneable, Function<Long,​V>, LongFunction<V>
Direct Known Subclasses:
Long2ObjectMaps.EmptyMap
Enclosing class:
Long2ObjectFunctions

public static class Long2ObjectFunctions.EmptyFunction<V>
extends AbstractLong2ObjectFunction<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