public interface IDManagerLong
| Modifier and Type | Method and Description |
|---|---|
long |
allocate()
Allocate a new unique identifier.
|
void |
free(long id)
Free the given identifier.
|
void |
used(long id)
Declare an identifier as used so it cannot be allocated.
|
Copyright © 2019. All rights reserved.