V - the keyType of elements maintained by this Collection@FunctionalInterface
public interface IntFunction<V>
extends java.util.function.IntFunction<V>
| Modifier and Type | Method and Description |
|---|---|
V |
apply(int k)
Type Specific get function to reduce boxing/unboxing
|