Key
- Value
- public interface BTreeVisitor<Key,Value>
Modifier and Type | Interface and Description |
---|---|
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 interface |
BTreeVisitor.Predicate<Key> |
static class |
BTreeVisitor.PredicateVisitor<Key,Value> |
boolean isInterestedInKeysBetween(Key first, Key second)
first
- if null indicates the range of values before the second key.second
- if null indicates the range of values after the first key.Copyright © 2005–2014. All rights reserved.