Class Char2LongFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.chars.AbstractChar2LongFunction
it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
All Implemented Interfaces:
Char2LongFunction, Function<Character,​Long>, Serializable, Cloneable, Function<Character,​Long>, IntToLongFunction
Direct Known Subclasses:
Char2LongMaps.EmptyMap
Enclosing class:
Char2LongFunctions

public static class Char2LongFunctions.EmptyFunction
extends AbstractChar2LongFunction
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