Class Int2IntFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.ints.AbstractInt2IntFunction
it.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction
All Implemented Interfaces:
Function<Integer,​Integer>, Int2IntFunction, Serializable, Cloneable, Function<Integer,​Integer>, IntUnaryOperator
Direct Known Subclasses:
Int2IntMaps.EmptyMap
Enclosing class:
Int2IntFunctions

public static class Int2IntFunctions.EmptyFunction
extends AbstractInt2IntFunction
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