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