public class BTreeSearchIterator<CK,K extends CK,V> extends Path implements SearchIterator<K,V>
| Constructor and Description |
|---|
BTreeSearchIterator(java.lang.Object[] btree,
java.util.Comparator<CK> comparator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V |
next(K target) |
public BTreeSearchIterator(java.lang.Object[] btree,
java.util.Comparator<CK> comparator)
Copyright © 2018 The Apache Software Foundation