V
- public interface UpdateFunction<V>
extends com.google.common.base.Function<V,V>
Modifier and Type | Interface and Description |
---|---|
static class |
UpdateFunction.NoOp<V> |
Modifier and Type | Method and Description |
---|---|
boolean |
abortEarly() |
void |
allocated(long heapSize) |
V |
apply(V replacing,
V update) |
V apply(V replacing, V update)
replacing
- the value in the original tree we have matchedupdate
- the value in the updating collection that matchedboolean abortEarly()
void allocated(long heapSize)
heapSize
- extra heap space allocated (over previous tree)Copyright © 2015 The Apache Software Foundation