Module inet.ipaddr
Package inet.ipaddr
Class PrefixBlockAllocator.AllocatedBlock<E extends IPAddress>
java.lang.Object
inet.ipaddr.PrefixBlockAllocator.AllocatedBlock<E>
- Type Parameters:
E
- the address type
- Enclosing class:
PrefixBlockAllocator<E extends IPAddress>
Represents a block of addresses allocated for assignment to hosts.
- Author:
- scfoley
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal E
The allocated prefix block.final BigInteger
The number of requested addresses.final int
The number of reserved addresses. -
Method Summary
-
Field Details
-
blockSize
The number of requested addresses. -
block
The allocated prefix block. -
reservedCount
public final int reservedCountThe number of reserved addresses.
-
-
Method Details