Uses of Interface
org.apache.activemq.store.kahadb.disk.index.BTreeVisitor.Predicate
-
Packages that use BTreeVisitor.Predicate Package Description org.apache.activemq.store.kahadb.disk.index -
-
Uses of BTreeVisitor.Predicate in org.apache.activemq.store.kahadb.disk.index
Classes in org.apache.activemq.store.kahadb.disk.index that implement BTreeVisitor.Predicate Modifier and Type Class Description static 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.Predicate Constructor Description AndVisitor(List<BTreeVisitor.Predicate<Key>> conditions)OrVisitor(List<BTreeVisitor.Predicate<Key>> conditions)
-