Class Int2ReferenceFunctions.PrimitiveFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction<V>
All Implemented Interfaces:
Function<Integer,V>, Int2ReferenceFunction<V>, Function<Integer,V>, IntFunction<V>
Enclosing class:
Int2ReferenceFunctions

public static class Int2ReferenceFunctions.PrimitiveFunction<V> extends Object implements Int2ReferenceFunction<V>
An adapter for mapping generic total functions to partial primitive functions.