Class Int2ShortFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.ints.AbstractInt2ShortFunction
it.unimi.dsi.fastutil.ints.Int2ShortFunctions.EmptyFunction
All Implemented Interfaces:
Function<Integer,​Short>, Int2ShortFunction, Serializable, Cloneable, Function<Integer,​Short>, IntUnaryOperator
Direct Known Subclasses:
Int2ShortMaps.EmptyMap
Enclosing class:
Int2ShortFunctions

public static class Int2ShortFunctions.EmptyFunction
extends AbstractInt2ShortFunction
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