|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BTreeVisitor.Predicate | |
|---|---|
| org.apache.kahadb.index | |
| Uses of BTreeVisitor.Predicate in org.apache.kahadb.index |
|---|
| Classes in org.apache.kahadb.index that implement BTreeVisitor.Predicate | |
|---|---|
static class |
BTreeVisitor.AndVisitor<Key,Value>
|
static class |
BTreeVisitor.BetweenVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.GTEVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.GTVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.LTEVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.LTVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.OrVisitor<Key,Value>
|
static class |
BTreeVisitor.PredicateVisitor<Key,Value>
|
| Constructor parameters in org.apache.kahadb.index with type arguments of type BTreeVisitor.Predicate | |
|---|---|
BTreeVisitor.AndVisitor(List<BTreeVisitor.Predicate<Key>> conditions)
|
|
BTreeVisitor.OrVisitor(List<BTreeVisitor.Predicate<Key>> conditions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||