public abstract class AbstractTransformerBasedCombiner<V,T,BT extends com.gs.collections.api.block.procedure.Procedure<T>> extends AbstractProcedureCombiner<BT>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<V> |
result |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTransformerBasedCombiner(boolean useCombineOne,
java.util.Collection<V> targetCollection,
java.lang.Iterable<T> iterable,
int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<V> |
getResult() |
protected java.util.Collection<V> |
initializeResult(java.lang.Iterable<T> sourceIterable,
java.util.Collection<V> targetCollection,
int initialCapacity) |
combineAll, setCombineOne, useCombineOneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcombineOneprotected final java.util.Collection<V> result