public class ConfigurableSequentialIntegerKeyGenerator extends AbstractRandomKeyGenerator<Integer>
| Constructor and Description |
|---|
ConfigurableSequentialIntegerKeyGenerator() |
ConfigurableSequentialIntegerKeyGenerator(int initialValue) |
ConfigurableSequentialIntegerKeyGenerator(int initialValue,
int step) |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
getNext() |
generatepublic ConfigurableSequentialIntegerKeyGenerator()
public ConfigurableSequentialIntegerKeyGenerator(int initialValue)
public ConfigurableSequentialIntegerKeyGenerator(int initialValue,
int step)
protected Integer getNext()
getNext in class AbstractRandomKeyGenerator<Integer>Copyright © 2014–2016. All rights reserved.