Class Long2ReferenceFunctions.PrimitiveFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction<V>
All Implemented Interfaces:
Function<Long,V>, Long2ReferenceFunction<V>, Function<Long,V>, LongFunction<V>
Enclosing class:
Long2ReferenceFunctions

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