Class Char2IntFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.chars.AbstractChar2IntFunction
it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
All Implemented Interfaces:
Char2IntFunction, Function<Character,​Integer>, Serializable, Cloneable, Function<Character,​Integer>, IntUnaryOperator
Direct Known Subclasses:
Char2IntMaps.EmptyMap
Enclosing class:
Char2IntFunctions

public static class Char2IntFunctions.EmptyFunction
extends AbstractChar2IntFunction
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