Class Byte2ByteFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.bytes.AbstractByte2ByteFunction
it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
All Implemented Interfaces:
Byte2ByteFunction, Function<Byte,​Byte>, Serializable, Cloneable, Function<Byte,​Byte>, IntUnaryOperator
Direct Known Subclasses:
Byte2ByteMaps.EmptyMap
Enclosing class:
Byte2ByteFunctions

public static class Byte2ByteFunctions.EmptyFunction
extends AbstractByte2ByteFunction
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