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