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