E
- the address typepublic static class PrefixBlockAllocator.AllocatedBlock<E extends IPAddress> extends Object
Modifier and Type | Field and Description |
---|---|
E |
block
The allocated prefix block.
|
BigInteger |
blockSize
The number of requested addresses.
|
int |
reservedCount
The number of reserved addresses.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCount()
Returns the total number of addresses within the block.
|
String |
toString()
Returns a string representation of the allocated block.
|
public final BigInteger blockSize
public final int reservedCount
public BigInteger getCount()