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