|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cpsolver.studentsct.OnlineSectProof.Counter
public static class OnlineSectProof.Counter
Simple integer counter
| Constructor Summary | |
|---|---|
OnlineSectProof.Counter()
A counter starting from zero |
|
OnlineSectProof.Counter(int init)
A counter starting from the given number |
|
| Method Summary | |
|---|---|
void |
inc()
Increase counter by one |
void |
inc(int val)
Increase counter by the given value |
int |
intValue()
Return counter value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OnlineSectProof.Counter()
public OnlineSectProof.Counter(int init)
| Method Detail |
|---|
public void inc()
public void inc(int val)
public int intValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||