Package org.broad.igv.bbfile
Class BPTreeLeafNodeItem
- java.lang.Object
-
- org.broad.igv.bbfile.BPTreeLeafNodeItem
-
public class BPTreeLeafNodeItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BPTreeLeafNodeItem(long leafIndex, java.lang.String chromKey, int chromID, int chromSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
chromKeysMatch(java.lang.String chromKey)
int
getChromID()
java.lang.String
getChromKey()
int
getChromSize()
long
getItemIndex()
boolean
isLeafItem()
void
print()
-
-
-
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()
-
-