Uses of Class
me.edwards.des.block.Block

Packages that use Block
me.edwards.des.block   
me.edwards.des.net.packet   
 

Uses of Block in me.edwards.des.block
 

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

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

Methods in me.edwards.des.block that return Block
 Block BlockChain.get(java.lang.String hash)
          Returns the Block in this BlockChain with the specified hash.
 Block BlockChain.Node.getBlock()
          Returns the Block contained in this node.
 Block BlockChain.getTop()
          Returns the Block on the top of the longest branch in this BlockChain.
 

Methods in me.edwards.des.block with parameters of type Block
 void BlockChain.append(Block block)
          Queues the specified Block to be added to this BlockChain.
 

Constructors in me.edwards.des.block with parameters of type Block
BlockChain(Block genesis)
          Creates new BlockChain with the first Block (the Genesis Block).
 

Uses of Block in me.edwards.des.net.packet
 

Fields in me.edwards.des.net.packet declared as Block
private  Block PacketBlock.block
           
 

Methods in me.edwards.des.net.packet that return Block
 Block PacketBlock.getBlock()
          Returns the Block transferred by this Packet
 

Constructors in me.edwards.des.net.packet with parameters of type Block
PacketBlock(Block block)
          Creates new PacketBlock