Package org.broad.igv.bbfile
Class BPTreeChildNodeItem
- java.lang.Object
-
- org.broad.igv.bbfile.BPTreeChildNodeItem
-
public class BPTreeChildNodeItem extends java.lang.ObjectCreated by IntelliJ IDEA. User: martind Date: Dec 20, 2009 Time: 10:50:26 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description BPTreeChildNodeItem(int itemIndex, java.lang.String chromKey, BPTreeNode childNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanchromKeysMatch(java.lang.String chromKey)BPTreeNodegetChildNode()java.lang.StringgetChromKey()longgetItemIndex()booleanisLeafItem()voidprint()
-
-
-
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()
-
getChildNode
public BPTreeNode getChildNode()
-
-