Uses of Class
me.edwards.des.demo.Counter.Result

Packages that use Counter.Result
me.edwards.des.demo   
 

Uses of Counter.Result in me.edwards.des.demo
 

Methods in me.edwards.des.demo that return types with arguments of type Counter.Result
static java.util.ArrayList<Counter.Result> Counter.count(BlockChain bc)
          Tabulates the results from the longest branch in the specified BlockChain.
static java.util.ArrayList<Counter.Result> Counter.trim(java.util.ArrayList<Counter.Result> toTrim)
          Trims the specified list of results to include only the winners (or the ties) of each respective election ID.
 

Method parameters in me.edwards.des.demo with type arguments of type Counter.Result
static java.lang.String Counter.toString(java.util.ArrayList<Counter.Result> results)
          Formats a list of results into a human-readable String.
static java.util.ArrayList<Counter.Result> Counter.trim(java.util.ArrayList<Counter.Result> toTrim)
          Trims the specified list of results to include only the winners (or the ties) of each respective election ID.