Uses of Class
me.edwards.des.block.BlockChain.Node

Packages that use BlockChain.Node
me.edwards.des.block   
 

Uses of BlockChain.Node in me.edwards.des.block
 

Fields in me.edwards.des.block declared as BlockChain.Node
private  BlockChain.Node BlockChain.Node.parent
           
private  BlockChain.Node BlockChain.top
           
 

Fields in me.edwards.des.block with type parameters of type BlockChain.Node
private  java.util.ArrayList<BlockChain.Node> BlockChain.topList
           
 

Methods in me.edwards.des.block that return BlockChain.Node
 BlockChain.Node BlockChain.getNode(java.lang.String hash)
          Returns the node in this BlockChain containing the Block with the specified hash.
 BlockChain.Node BlockChain.Node.getParent()
          Returns the parent node.