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