Package org.broad.igv.bbfile
Class BPTreeChildNodeItem
- java.lang.Object
-
- org.broad.igv.bbfile.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 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 boolean
chromKeysMatch(java.lang.String chromKey)
BPTreeNode
getChildNode()
java.lang.String
getChromKey()
long
getItemIndex()
boolean
isLeafItem()
void
print()
-
-
-
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()
-
-