me.edwards.des.demo
Class Counter.Result

java.lang.Object
  extended by me.edwards.des.demo.Counter.Result
Enclosing class:
Counter

public static class Counter.Result
extends java.lang.Object

Data structure representing one section of result data: The election vote ID (e.g. 0), the vote (e.g. Obama), and the number of votes cast for this vote (e.g. 1000).

Created on: Dec 30, 2015 at 9:29:53 AM

Author:
Matthew Edwards

Field Summary
private  int count
           
private  int id
           
private  java.lang.String vote
           
 
Constructor Summary
Counter.Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private int id

vote

private java.lang.String vote

count

private int count
Constructor Detail

Counter.Result

public Counter.Result()