Class SortedJobs

java.lang.Object
ch.tocco.nice2.outputcenter.api.sorting.SortedBase
ch.tocco.nice2.outputcenter.api.sorting.SortedJobs
All Implemented Interfaces:
Iterable<OutputCenterInputSupplier>

public final class SortedJobs extends SortedBase implements Iterable<OutputCenterInputSupplier>
The result when sorting a set of OutputJobs. It iterates over all documents that are sorted according to the specification. Besides that, methods are provided to access certain parts individually. This object is only mutable from classes in this package. Once obtained from the JobItemSorter, it is immutable. All (public) methods return non-null values and take non-null arguments.