Uses of Interface
inet.ipaddr.format.IPAddressDivisionSeries
-
Packages that use IPAddressDivisionSeries Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.large Classes for constructing arbitrary divisions of unlimited length and the groupings of those divisions.inet.ipaddr.format.standard Classes for constructing division groupings in which the divisions are under 64 bits of length.inet.ipaddr.format.validate Validation of address strings and creation of address representations from the validated strings.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPAddressDivisionSeries in inet.ipaddr
Subinterfaces of IPAddressDivisionSeries in inet.ipaddr Modifier and Type Interface Description interface
IPAddressSegmentSeries
Represents a series of IP address segments.Classes in inet.ipaddr that implement IPAddressDivisionSeries Modifier and Type Class Description class
IPAddress
A single IP address, or a subnet of multiple addresses.class
IPAddressSection
A section of an IPAddress.Methods in inet.ipaddr that return IPAddressDivisionSeries Modifier and Type Method Description IPAddressDivisionSeries
IPAddressString. getDivisionGrouping()
Returns a representation of the address string, the address string represented "as-is", converted to value ranges with bit sizes matching the original string.IPAddressDivisionSeries
IPAddressString. toDivisionGrouping()
Returns a representation of the address string, the address string represented "as-is", converted to value ranges with bit sizes matching the original string. -
Uses of IPAddressDivisionSeries in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement IPAddressDivisionSeries Modifier and Type Class Description class
IPAddressLargeDivisionGrouping
-
Uses of IPAddressDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement IPAddressDivisionSeries Modifier and Type Class Description class
IPAddressDivisionGrouping
IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments. -
Uses of IPAddressDivisionSeries in inet.ipaddr.format.validate
Methods in inet.ipaddr.format.validate that return IPAddressDivisionSeries Modifier and Type Method Description IPAddressDivisionSeries
IPAddressProvider.AllCreator. getDivisionGrouping()
default IPAddressDivisionSeries
IPAddressProvider. getDivisionGrouping()
IPAddressDivisionSeries
ParsedIPAddress. getDivisionGrouping()
-
Uses of IPAddressDivisionSeries in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement IPAddressDivisionSeries Modifier and Type Class Description class
IPv4Address
An IPv4 address, or a subnet of multiple IPv4 addresses.class
IPv4AddressSection
A section of an IPv4Address. -
Uses of IPAddressDivisionSeries in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement IPAddressDivisionSeries Modifier and Type Class Description class
IPv6Address
An IPv6 address, or a subnet of multiple IPv6 addresses.class
IPv6AddressSection
A section of an IPv6Address.static class
IPv6AddressSection.IPv6v4MixedAddressSection
-