V - the keyType of elements maintained by this Collectionpublic interface IntObjectUnaryOperator<V>
extends java.util.function.BiFunction<java.lang.Integer,V,V>
| Modifier and Type | Method and Description |
|---|---|
default V |
apply(java.lang.Integer k,
V v) |
V |
apply(int k,
V v)
A Type Specifc apply method to reduce boxing/unboxing.
|