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