public interface IBTreeVisitor
| Modifier and Type | Method and Description |
|---|---|
int |
compare(long record)
Compare the record against an internally held key.
|
boolean |
visit(long record)
Visit a given record and return whether to continue or not.
|
int compare(long record)
throws IndexException
record - IndexExceptionboolean visit(long record)
throws IndexException
true to continue the visit, false to abort it.IndexException