Package org.broad.igv.bbfile
Class RPTreeLeafNode
- java.lang.Object
-
- org.broad.igv.bbfile.RPTreeLeafNode
-
- All Implemented Interfaces:
RPTreeNode
public class RPTreeLeafNode extends java.lang.Object implements RPTreeNode
Created by IntelliJ IDEA. User: martind Date: Jan 14, 2010 Time: 3:37:08 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description RPTreeLeafNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareRegions(RPChromosomeRegion chromosomeRegion)
boolean
deleteItem(int index)
RPChromosomeRegion
getChromosomeBounds()
org.broad.igv.bbfile.RPTreeNodeItem
getItem(int index)
int
getItemCount()
boolean
insertItem(org.broad.igv.bbfile.RPTreeNodeItem item)
boolean
isLeaf()
void
printItems()
-
-
-
Method Detail
-
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf
in interfaceRPTreeNode
-
getChromosomeBounds
public RPChromosomeRegion getChromosomeBounds()
- Specified by:
getChromosomeBounds
in interfaceRPTreeNode
-
compareRegions
public int compareRegions(RPChromosomeRegion chromosomeRegion)
- Specified by:
compareRegions
in interfaceRPTreeNode
-
getItemCount
public int getItemCount()
- Specified by:
getItemCount
in interfaceRPTreeNode
-
getItem
public org.broad.igv.bbfile.RPTreeNodeItem getItem(int index)
- Specified by:
getItem
in interfaceRPTreeNode
-
insertItem
public boolean insertItem(org.broad.igv.bbfile.RPTreeNodeItem item)
- Specified by:
insertItem
in interfaceRPTreeNode
-
deleteItem
public boolean deleteItem(int index)
- Specified by:
deleteItem
in interfaceRPTreeNode
-
printItems
public void printItems()
- Specified by:
printItems
in interfaceRPTreeNode
-
-