org.bolson.vote
Class NamedVRR.Count

java.lang.Object
  extended by org.bolson.vote.NamedVRR.Count
Enclosing class:
NamedVRR

protected static class NamedVRR.Count
extends java.lang.Object


Field Summary
 int[] counts
          counts laid out in concentric rings.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counts

public int[] counts
counts laid out in concentric rings. x, y and z indicate higher indexed counts. A 0 x y z B x 0 y z C y y 0 z D z z z 0