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