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) |
getResult
setCombineOne, useCombineOne
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
combineAll
public CollectProcedureCombiner(Iterable<T> sourceIterable, Collection<V> targetCollection, int initialCapacity, boolean combineOne)
public void combineOne(CollectProcedure<T,V> procedure)
Copyright © 2004–2017. All rights reserved.