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