Class BPlusSearchResult<KeyType,KeyBufferType>
java.lang.Object
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusSearchResult<KeyType,KeyBufferType>
Represents a search result in a bplus tree.
Contains the leaf and the index inside the leaf.
Contains the leaf and the index inside the leaf.
- Author:
- angele
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BPlusSearchResult
-
-
Method Details
-
getLeaf
-
getIndex
public int getIndex() -
isThere
public boolean isThere() -
setIndex
public void setIndex(int index)
-