|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sequence<T extends java.lang.Number>
A Sequence returns positive sequential numbers. After reaching the maximum value, the sequence number should cycle back to zero and start again.
| Method Summary | |
|---|---|
T |
next()
Returns the next value from this sequence. |
| Method Detail |
|---|
T next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||