| Package | Description |
|---|---|
| inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
| Modifier and Type | Method and Description |
|---|---|
PrefixBlockAllocator.AllocatedBlock<E>[] |
PrefixBlockAllocator.allocateBitLengths(int... bitLengths)
Returns multiple blocks of the given bit-lengths,
or null if there is insufficient space in the allocator.
|
PrefixBlockAllocator.AllocatedBlock<E>[] |
PrefixBlockAllocator.allocateSizes(long... blockSizes)
Returns multiple blocks of sufficient size for the given size required,
or null if there is insufficient space in the allocator.
|