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