Class BPTreeChildNodeItem


  • public class BPTreeChildNodeItem
    extends java.lang.Object
    Created by IntelliJ IDEA. User: martind Date: Dec 20, 2009 Time: 10:50:26 PM To change this template use File | Settings | File Templates.
    • Constructor Detail

      • BPTreeChildNodeItem

        public BPTreeChildNodeItem​(int itemIndex,
                                   java.lang.String chromKey,
                                   BPTreeNode childNode)
    • 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()