Class Short2ByteFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.shorts.AbstractShort2ByteFunction
it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.EmptyFunction
All Implemented Interfaces:
Function<Short,​Byte>, Short2ByteFunction, Serializable, Cloneable, Function<Short,​Byte>, IntUnaryOperator
Direct Known Subclasses:
Short2ByteMaps.EmptyMap
Enclosing class:
Short2ByteFunctions

public static class Short2ByteFunctions.EmptyFunction
extends AbstractShort2ByteFunction
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