Uses of Interface
org.broad.igv.bbfile.BPTreeNode
-
Packages that use BPTreeNode Package Description org.broad.igv.bbfile -
-
Uses of BPTreeNode in org.broad.igv.bbfile
Classes in org.broad.igv.bbfile that implement BPTreeNode Modifier and Type Class Description class
BPTreeChildNode
Created by IntelliJ IDEA.class
BPTreeLeafNode
Created by IntelliJ IDEA.Methods in org.broad.igv.bbfile that return BPTreeNode Modifier and Type Method Description BPTreeNode
BPTreeChildNodeItem. getChildNode()
BPTreeNode
BPTree. getRootNode()
Methods in org.broad.igv.bbfile with parameters of type BPTreeNode Modifier and Type Method Description void
BPTree. findAllChromosomeNames(BPTreeNode thisNode, java.util.ArrayList<java.lang.String> chromosomeList)
Constructors in org.broad.igv.bbfile with parameters of type BPTreeNode Constructor Description BPTreeChildNodeItem(int itemIndex, java.lang.String chromKey, BPTreeNode childNode)
-