Class Long2IntFunctions.PrimitiveFunction

java.lang.Object
it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
All Implemented Interfaces:
Function<Long,​Integer>, Long2IntFunction, Function<Long,​Integer>, LongToIntFunction
Enclosing class:
Long2IntFunctions

public static class Long2IntFunctions.PrimitiveFunction
extends Object
implements Long2IntFunction
An adapter for mapping generic total functions to partial primitive functions.