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