Class BPlusSearchResult<KeyType,KeyBufferType>

java.lang.Object
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusSearchResult<KeyType,KeyBufferType>

public class BPlusSearchResult<KeyType,KeyBufferType> extends Object
Represents a search result in a bplus tree.
Contains the leaf and the index inside the leaf.
Author:
angele
  • Constructor Details

  • Method Details

    • getLeaf

      public BPlusLeaf<KeyType,KeyBufferType> getLeaf()
    • getIndex

      public int getIndex()
    • isThere

      public boolean isThere()
    • setIndex

      public void setIndex(int index)