Uses of Class
inet.ipaddr.PrefixBlockAllocator.AllocatedBlock
-
Packages that use PrefixBlockAllocator.AllocatedBlock Package Description inet.ipaddr Base classes for IP addresses and generic addresses. -
-
Uses of PrefixBlockAllocator.AllocatedBlock in inet.ipaddr
Methods in inet.ipaddr that return PrefixBlockAllocator.AllocatedBlock Modifier and Type Method 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.
-