|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.kahadb.index.BTreeVisitor.PredicateVisitor<Key,Value>
org.apache.kahadb.index.BTreeVisitor.LTEVisitor<Key,Value>
public static class BTreeVisitor.LTEVisitor<Key extends java.lang.Comparable<Key>,Value>
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.kahadb.index.BTreeVisitor |
---|
BTreeVisitor.AndVisitor<Key,Value>, BTreeVisitor.BetweenVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.GTEVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.GTVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.LTEVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.LTVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.OrVisitor<Key,Value>, BTreeVisitor.Predicate<Key>, BTreeVisitor.PredicateVisitor<Key,Value> |
Constructor Summary | |
---|---|
BTreeVisitor.LTEVisitor(Key value)
|
Method Summary | |
---|---|
boolean |
isInterestedInKey(Key key)
|
boolean |
isInterestedInKeysBetween(Key first,
Key second)
Do you want to visit the range of BTree entries between the first and and second key? |
java.lang.String |
toString()
|
Methods inherited from class org.apache.kahadb.index.BTreeVisitor.PredicateVisitor |
---|
matched, visit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BTreeVisitor.LTEVisitor(Key value)
Method Detail |
---|
public boolean isInterestedInKeysBetween(Key first, Key second)
BTreeVisitor
first
- if null indicates the range of values before the second key.second
- if null indicates the range of values after the first key.
public boolean isInterestedInKey(Key key)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |