Class Byte2ShortFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.bytes.AbstractByte2ShortFunction
it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.EmptyFunction
All Implemented Interfaces:
Byte2ShortFunction, Function<Byte,​Short>, Serializable, Cloneable, Function<Byte,​Short>, IntUnaryOperator
Direct Known Subclasses:
Byte2ShortMaps.EmptyMap
Enclosing class:
Byte2ShortFunctions

public static class Byte2ShortFunctions.EmptyFunction
extends AbstractByte2ShortFunction
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