Class Long2IntFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2IntFunction
it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
All Implemented Interfaces:
Function<Long,​Integer>, Long2IntFunction, Serializable, Cloneable, Function<Long,​Integer>, LongToIntFunction
Direct Known Subclasses:
Long2IntMaps.EmptyMap
Enclosing class:
Long2IntFunctions

public static class Long2IntFunctions.EmptyFunction
extends AbstractLong2IntFunction
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