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