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