public class Counts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
exceptions |
int |
ignores |
int |
right |
int |
wrong |
Constructor and Description |
---|
Counts() |
public int right
public int wrong
public int ignores
public int exceptions
public java.lang.String toString()
toString
in class java.lang.Object
public void tally(Counts source)