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