public class IntSequence extends Object
int numbers. Useful for generating unique identifiers.| Constructor and Description |
|---|
IntSequence() |
IntSequence(int first) |
| Modifier and Type | Method and Description |
|---|---|
int |
last() |
int |
next() |
void |
reset() |
void |
reset(int first) |
void |
skip(int n) |
Copyright © 2020. All rights reserved.