Class Long2ShortFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2ShortFunction
it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
All Implemented Interfaces:
Function<Long,​Short>, Long2ShortFunction, Serializable, Cloneable, Function<Long,​Short>, LongToIntFunction
Direct Known Subclasses:
Long2ShortMaps.EmptyMap
Enclosing class:
Long2ShortFunctions

public static class Long2ShortFunctions.EmptyFunction
extends AbstractLong2ShortFunction
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