@Deprecated public interface SequenceGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Deprecated.
|
T |
next()
Deprecated.
|
void |
reset()
Deprecated.
|
void |
setKey(String key)
Deprecated.
|
int |
size()
Deprecated.
|
Copyright © 2020. All rights reserved.