T - the type of elements maintained by this Collectionpublic interface ObjectIntUnaryOperator<T>
extends java.util.function.BiFunction<T,java.lang.Integer,java.lang.Integer>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Integer |
apply(T k,
java.lang.Integer v) |
int |
applyAsInt(T k,
int v)
A Type Specifc apply method to reduce boxing/unboxing.
|
int applyAsInt(T k, int v)
k - the first function argumentv - the second function argument