Class Long2LongFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2LongFunction
it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
All Implemented Interfaces:
Function<Long,​Long>, Long2LongFunction, Serializable, Cloneable, Function<Long,​Long>, LongUnaryOperator
Direct Known Subclasses:
Long2LongMaps.EmptyMap
Enclosing class:
Long2LongFunctions

public static class Long2LongFunctions.EmptyFunction
extends AbstractLong2LongFunction
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