public interface IAllocator
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAllocator.Range |
| Modifier and Type | Method and Description |
|---|---|
IAllocator.Range |
acquire(long quantity) |
IntMap<IAllocator.Range> |
acquired() |
java.lang.Iterable<IAllocator.Range> |
available() |
void |
release(IAllocator.Range range) |
IAllocator.Range acquire(long quantity)
void release(IAllocator.Range range)
IntMap<IAllocator.Range> acquired()
java.lang.Iterable<IAllocator.Range> available()