Interface | Description |
---|---|
Rearranger<T> |
The
Rearranger interface is a base interface for objects
that rearrange a collection of sequences described by an iterator. |
Class | Description |
---|---|
RearrangerExpand<T> |
The
RearrangerExpand rearranger concatenates the sequences
returned by the original iterator into a single sequence. |
RearrangerSample<T> |
The
RearrangerSample rearranger samples the sequences
returned by the original iterator in a random manner. |
RearrangerTrivial<T> |
The
RearrangerTrivial rearranger does not modify the
collection of sequences described by the original iterator. |