Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 |
Modifier and Type | Method and Description |
---|---|
abstract IPAddressNetwork<?,?,?,?,?> |
IPAddressStringParameters.IPAddressStringFormatParameters.getNetwork() |
IPAddressNetwork<?,?,?,?,?> |
IPAddressSegmentSeries.getNetwork() |
abstract IPAddressNetwork<?,?,?,?,?> |
IPAddressSegment.getNetwork() |
IPAddressNetwork<T,R,E,S,?> |
IPAddressNetwork.IPAddressCreator.getNetwork() |
abstract IPAddressNetwork<?,?,?,?,?> |
IPAddress.getNetwork() |
Modifier and Type | Method and Description |
---|---|
IPAddressNetwork<?,?,?,?,?> |
IPAddressStringDivisionSeries.getNetwork() |
IPAddressNetwork<?,?,?,?,?> |
IPAddressStringDivisionGrouping.getNetwork() |
IPAddressNetwork<?,?,?,?,?> |
IPAddressDivisionGrouping.getNetwork() |
Constructor and Description |
---|
IPAddressBitsDivision(long value,
long upperValue,
int bitCount,
int defaultRadix,
IPAddressNetwork<?,?,?,?,?> network,
java.lang.Integer networkPrefixLength) |
IPAddressDivisionGrouping(IPAddressDivision[] divisions,
IPAddressNetwork<?,?,?,?,?> network)
If the grouping is prefixed, then note that we allow both null:null:x:0:0 where is x is the division bit count and null:null:0:0:0 which essentially have the same overall prefix grouping prefix.
|
IPAddressLargeDivision(byte[] bytes,
byte[] upperBytes,
int bitCount,
int defaultRadix,
IPAddressNetwork<?,?,?,?,?> network,
java.lang.Integer prefixLength) |
IPAddressLargeDivision(byte[] bytes,
int bitCount,
int defaultRadix,
IPAddressNetwork<?,?,?,?,?> network,
java.lang.Integer prefixLength) |
IPAddressStringDivisionGrouping(IPAddressStringDivision[] divisions,
IPAddressNetwork<?,?,?,?,?> network,
java.lang.Integer prefixLength) |
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressNetwork |
Modifier and Type | Class and Description |
---|---|
class |
IPv6AddressNetwork |