public class IterationSequenceGenerator extends Object implements SequenceGenerator
| Constructor and Description |
|---|
IterationSequenceGenerator() |
IterationSequenceGenerator(long firstValue)
Constructor taking the first value to be returned by
next() in parameter |
public IterationSequenceGenerator()
public IterationSequenceGenerator(long firstValue)
next() in parameterfirstValue - first value to be returnedpublic long next()
next in interface SequenceGeneratorpublic String getDescription()
getDescription in interface SequenceGeneratorCopyright © 2023. All rights reserved.