public interface IdGenerator
Important: Do not use outside of Soy code (treat as superpackage-private).
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
copy()
Clones this id generator, such that the original and new generators will generate the same list
of ids going forward.
|
int |
genId()
Generates and returns an id.
|
int genId()
IdGenerator copy()