T - the type of elements maintained by this Collection@FunctionalInterface
public interface Object2DoubleFunction<T>
extends java.util.function.ToDoubleFunction<T>
| Modifier and Type | Method and Description |
|---|---|
default double |
applyAsDouble(T k) |
double |
getDouble(T k)
Type Specific get function to reduce boxing/unboxing
|
double getDouble(T k)
k - the value that should be processed