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() |
| Modifier and Type | Method and Description |
|---|---|
void |
tally(Counts source) |
java.lang.String |
toString() |
public int right
public int wrong
public int ignores
public int exceptions
public java.lang.String toString()
toString in class java.lang.Objectpublic void tally(Counts source)