|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbroadcast.SeqNumberGenerator
public class SeqNumberGenerator
Constructor Summary | |
---|---|
SeqNumberGenerator(int limit)
|
|
SeqNumberGenerator(int limit,
int init)
|
Method Summary | |
---|---|
int |
next()
|
int |
peekNext()
|
void |
resetCurrent(int curr)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeqNumberGenerator(int limit, int init)
public SeqNumberGenerator(int limit)
Method Detail |
---|
public int next()
public int peekNext()
public void resetCurrent(int curr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |