T - the keyType of elements maintained by this Collection@FunctionalInterface
public interface ToShortFunction<T>
| Modifier and Type | Method and Description |
|---|---|
short |
applyAsShort(T k)
Type Specific get function to reduce boxing/unboxing
|
short applyAsShort(T k)
k - the value that should be processed