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 classBPTreeChildNodeCreated by IntelliJ IDEA.classBPTreeLeafNodeCreated by IntelliJ IDEA.Methods in org.broad.igv.bbfile that return BPTreeNode Modifier and Type Method Description BPTreeNodeBPTreeChildNodeItem. getChildNode()BPTreeNodeBPTree. getRootNode()Methods in org.broad.igv.bbfile with parameters of type BPTreeNode Modifier and Type Method Description voidBPTree. 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)
-