Class BPTreeLeafNodeItem


  • public class BPTreeLeafNodeItem
    extends java.lang.Object
    • Constructor Detail

      • BPTreeLeafNodeItem

        public BPTreeLeafNodeItem​(long leafIndex,
                                  java.lang.String chromKey,
                                  int chromID,
                                  int chromSize)
    • Method Detail

      • getItemIndex

        public long getItemIndex()
      • isLeafItem

        public boolean isLeafItem()
      • getChromKey

        public java.lang.String getChromKey()
      • chromKeysMatch

        public boolean chromKeysMatch​(java.lang.String chromKey)
      • print

        public void print()
      • getChromID

        public int getChromID()
      • getChromSize

        public int getChromSize()