public class IPAddressStringDivisionGrouping extends AddressStringDivisionGrouping implements IPAddressStringDivisionSeries
| Constructor and Description |
|---|
IPAddressStringDivisionGrouping(AddressDivisionBase[] divisions,
java.lang.Integer prefixLength) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getPrefixLength()
The number of bits in the upper-most portion of the segment bits representing a prefix, while the remaining bits can assume all possible values.
|
boolean |
isPrefixed()
Whether these exists a prefix.
|
getDivision, getDivisionCountequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDivision, getDivisionCountpublic IPAddressStringDivisionGrouping(AddressDivisionBase[] divisions, java.lang.Integer prefixLength)
public boolean isPrefixed()
IPAddressStringDivisionSeriesisPrefixed in interface IPAddressStringDivisionSeriespublic java.lang.Integer getPrefixLength()
IPAddressStringDivisionSeriesgetPrefixLength in interface IPAddressStringDivisionSeries