Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 | |
inet.ipaddr.mac |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressSection
A section of an IPAddress.
|
Modifier and Type | Method and Description |
---|---|
AddressSection |
AddressSection.adjustPrefixBySegment(boolean nextSegment) |
AddressSection |
AddressSection.adjustPrefixBySegment(boolean nextSegment,
boolean zeroed) |
AddressSection |
AddressSection.adjustPrefixLength(int adjustment) |
AddressSection |
AddressSection.adjustPrefixLength(int adjustment,
boolean zeroed) |
AddressSection |
AddressSection.applyPrefixLength(int networkPrefixLength) |
AddressSection |
AddressSection.getLower() |
AddressSection |
AddressSegmentSeries.getSection()
Gets the subsection from the series that comprises all segments
|
AddressSection |
Address.getSection() |
AddressSection |
AddressSegmentSeries.getSection(int index)
Gets the subsection from the series starting from the given index
|
AddressSection |
AddressSegmentSeries.getSection(int index,
int endIndex)
Gets the subsection from the series starting from the given index and ending just before the give endIndex
|
AddressSection |
AddressSection.getUpper() |
AddressSection |
AddressSection.increment(long increment) |
AddressSection |
AddressSection.removePrefixLength() |
AddressSection |
AddressSection.removePrefixLength(boolean zeroed) |
AddressSection |
AddressSection.reverseBits(boolean perByte) |
AddressSection |
AddressSection.reverseBytes() |
AddressSection |
AddressSection.reverseBytesPerSegment() |
AddressSection |
AddressSection.reverseSegments() |
AddressSection |
AddressSection.setPrefixLength(int prefixLength) |
AddressSection |
AddressSection.setPrefixLength(int prefixLength,
boolean zeroed) |
AddressSection |
AddressSection.toPrefixBlock() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<? extends AddressSection> |
AddressSection.getIterable() |
java.util.Iterator<? extends AddressSection> |
AddressSection.iterator() |
java.util.Iterator<? extends AddressSection> |
AddressSection.prefixBlockIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
IPAddressSection.contains(AddressSection other) |
boolean |
AddressSection.contains(AddressSection other)
Determines if one section contains another.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressCreator<T extends Address,R extends AddressSection,E extends AddressSection,S extends AddressSegment>
Has methods for creating addresses, segments and sections that are available to the parser.
|
class |
AddressCreator<T extends Address,R extends AddressSection,E extends AddressSection,S extends AddressSegment>
Has methods for creating addresses, segments and sections that are available to the parser.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressSection |
Modifier and Type | Method and Description |
---|---|
boolean |
IPv4AddressSection.contains(AddressSection other) |
Modifier and Type | Class and Description |
---|---|
class |
IPv6AddressSection |
Modifier and Type | Method and Description |
---|---|
boolean |
IPv6AddressSection.contains(AddressSection other) |
Modifier and Type | Class and Description |
---|---|
class |
MACAddressSection |
Modifier and Type | Method and Description |
---|---|
boolean |
MACAddressSection.contains(AddressSection other) |