public final class CollectProcedureCombiner<T,V> extends AbstractTransformerBasedCombiner<V,T,CollectProcedure<T,V>>
| Constructor and Description |
|---|
CollectProcedureCombiner(Iterable<T> sourceIterable,
Collection<V> targetCollection,
int initialCapacity,
boolean combineOne) |
| Modifier and Type | Method and Description |
|---|---|
void |
combineOne(CollectProcedure<T,V> procedure) |
getResultsetCombineOne, useCombineOneequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcombineAllpublic CollectProcedureCombiner(Iterable<T> sourceIterable, Collection<V> targetCollection, int initialCapacity, boolean combineOne)
public void combineOne(CollectProcedure<T,V> procedure)
Copyright © 2004–2017. All rights reserved.