Beispiel #1
0
 @Override
 public void goTo(AbstractKey key) throws IOException, InterruptedException {
   super.goTo(key);
   treeLevelCursor(key).goTo(key);
 }
Beispiel #2
0
 @Override
 public void goToLast() throws IOException, InterruptedException {
   super.goToLast();
   treeLevelCursor(null).goToLast();
 }