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