Class Char2ShortFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.chars.AbstractChar2ShortFunction
it.unimi.dsi.fastutil.chars.Char2ShortFunctions.EmptyFunction
All Implemented Interfaces:
Char2ShortFunction, Function<Character,​Short>, Serializable, Cloneable, Function<Character,​Short>, IntUnaryOperator
Direct Known Subclasses:
Char2ShortMaps.EmptyMap
Enclosing class:
Char2ShortFunctions

public static class Char2ShortFunctions.EmptyFunction
extends AbstractChar2ShortFunction
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