Class Int2ReferenceFunctions.EmptyFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceFunction<V>
it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction<V>
All Implemented Interfaces:
Function<Integer,​V>, Int2ReferenceFunction<V>, Serializable, Cloneable, Function<Integer,​V>, IntFunction<V>
Direct Known Subclasses:
Int2ReferenceMaps.EmptyMap
Enclosing class:
Int2ReferenceFunctions

public static class Int2ReferenceFunctions.EmptyFunction<V>
extends AbstractInt2ReferenceFunction<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