public class MergeSequence<T> extends YieldingSequenceBase<T>
| Constructor and Description |
|---|
MergeSequence(com.google.common.collect.Ordering<T> ordering,
Sequence<Sequence<T>> baseSequences) |
| Modifier and Type | Method and Description |
|---|---|
<OutType> Yielder<OutType> |
toYielder(OutType initValue,
YieldingAccumulator<OutType,T> accumulator) |
accumulateCopyright © 2016. All rights reserved.