Class Byte2ReferenceFunctions.PrimitiveFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction<V>
All Implemented Interfaces:
Byte2ReferenceFunction<V>, Function<Byte,V>, Function<Byte,V>, IntFunction<V>
Enclosing class:
Byte2ReferenceFunctions

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