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