Class Long2ReferenceFunctions.EmptyFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceFunction<V>
it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction<V>
All Implemented Interfaces:
Function<Long,​V>, Long2ReferenceFunction<V>, Serializable, Cloneable, Function<Long,​V>, LongFunction<V>
Direct Known Subclasses:
Long2ReferenceMaps.EmptyMap
Enclosing class:
Long2ReferenceFunctions

public static class Long2ReferenceFunctions.EmptyFunction<V>
extends AbstractLong2ReferenceFunction<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