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