Class Int2LongFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.ints.AbstractInt2LongFunction
it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
All Implemented Interfaces:
Function<Integer,​Long>, Int2LongFunction, Serializable, Cloneable, Function<Integer,​Long>, IntToLongFunction
Direct Known Subclasses:
Int2LongMaps.EmptyMap
Enclosing class:
Int2LongFunctions

public static class Int2LongFunctions.EmptyFunction
extends AbstractInt2LongFunction
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