K - The ID type.public interface IdGenerator<K>
| Modifier and Type | Method and Description |
|---|---|
void |
lb(K k)
Sets a lower bound for this generator.
|
K |
next()
Returns the next available ID.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.