|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BTreeVisitor | |
---|---|
org.apache.kahadb.index |
Uses of BTreeVisitor in org.apache.kahadb.index |
---|
Classes in org.apache.kahadb.index that implement BTreeVisitor | |
---|---|
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>
|
Methods in org.apache.kahadb.index with parameters of type BTreeVisitor | |
---|---|
void |
BTreeNode.visit(Transaction tx,
BTreeVisitor<Key,Value> visitor)
|
void |
BTreeIndex.visit(Transaction tx,
BTreeVisitor<Key,Value> visitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |