|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A simple Counter. This class is a demo of behavioral subtyping.
| Field Summary | |
static int |
CAPACITY
The capacity of this counter. |
| Method Summary | |
void |
inc()
A model of the value of this counter. |
int |
value()
Return the value of this counter. |
| Field Detail |
public static final int CAPACITY
| Method Detail |
public void inc()
public int value()
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||