Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
Freenet.support.Branch

Uses of Branch in Freenet.support
 

Fields in Freenet.support declared as Branch
 Branch Branch.left
           
 Branch Branch.right
           
 Branch Branch.parent
           
 Branch BinaryTree.tree
           
 

Methods in Freenet.support that return Branch
 Branch Branch.get(long key)
           
 Branch Branch.successor()
           
 Branch Branch.minimum()
           
 

Constructors in Freenet.support with parameters of type Branch
Branch(long key, java.lang.Object value, Branch parent)