Package com.googlecode.cqengine.query
-
Interface Summary Interface Description ComparativeQuery<O,A> A special type of query which can only be evaluated by comparing objects stored in the collection with each other.Query<O> An interface implemented by allQuerysubclasses, including those descending fromSimpleQuery,ComparativeQueryandLogicalQuery. -
Class Summary Class Description QueryFactory A static factory for creatingQueryobjects and its descendants.