Package com.googlecode.cqengine.resultset.order
-
Class Summary Class Description AttributeOrdersComparator<O> A comparator which sorts result objects according to a list of attributes each with an associated preference for ascending or descending order.MaterializedDeduplicatedResultSet<O> Wraps anotherResultSet
and ensures that theIterator
returned by theMaterializedDeduplicatedResultSet.iterator()
method never returns the same object more than once.MaterializedOrderedResultSet<O> AResultSet
which wraps anotherResultSet
, providing anMaterializedOrderedResultSet.iterator()
method which returns objects from the wrapped ResultSet in sorted order according to a comparator supplied to the constructor of thisResultSet
, AND which implicitly deduplicates the objects returned as well.