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