@FunctionalInterface
public interface Int2LongFunction
extends java.util.function.IntToLongFunction
| Modifier and Type | Method and Description |
|---|---|
default long |
applyAsLong(int k) |
long |
getLong(int k)
Type Specific get function to reduce boxing/unboxing
|
long getLong(int k)
k - the value that should be processeddefault long applyAsLong(int k)
applyAsLong in interface java.util.function.IntToLongFunction