Class Long2CharFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2CharFunction
it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
All Implemented Interfaces:
Function<Long,​Character>, Long2CharFunction, Serializable, Cloneable, Function<Long,​Character>, LongToIntFunction
Direct Known Subclasses:
Long2CharMaps.EmptyMap
Enclosing class:
Long2CharFunctions

public static class Long2CharFunctions.EmptyFunction
extends AbstractLong2CharFunction
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