|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectme.edwards.des.demo.Counter.Result
public static class Counter.Result
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
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 |
---|
private int id
private java.lang.String vote
private int count
Constructor Detail |
---|
public Counter.Result()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |