Uses of Interface
org.apache.activemq.store.kahadb.disk.index.BTreeVisitor.Predicate
Packages that use BTreeVisitor.Predicate
-
Uses of BTreeVisitor.Predicate in org.apache.activemq.store.kahadb.disk.index
Classes in org.apache.activemq.store.kahadb.disk.index that implement BTreeVisitor.PredicateModifier and TypeClassDescriptionstatic classBTreeVisitor.AndVisitor<Key,Value> static classBTreeVisitor.BetweenVisitor<Key extends Comparable<Key>,Value> static classBTreeVisitor.GTEVisitor<Key extends Comparable<Key>,Value> static classBTreeVisitor.GTVisitor<Key extends Comparable<Key>,Value> static classBTreeVisitor.LTEVisitor<Key extends Comparable<Key>,Value> static classBTreeVisitor.LTVisitor<Key extends Comparable<Key>,Value> static classBTreeVisitor.OrVisitor<Key,Value> static classBTreeVisitor.PredicateVisitor<Key,Value> Constructor parameters in org.apache.activemq.store.kahadb.disk.index with type arguments of type BTreeVisitor.PredicateModifierConstructorDescriptionAndVisitor(List<BTreeVisitor.Predicate<Key>> conditions) OrVisitor(List<BTreeVisitor.Predicate<Key>> conditions)