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 interfaceIPAddressSegmentSeriesRepresents a series of IP address segments.Classes in inet.ipaddr that implement IPAddressDivisionSeries Modifier and Type Class Description classIPAddressA single IP address, or a subnet of multiple addresses.classIPAddressSectionA section of an IPAddress.Methods in inet.ipaddr that return IPAddressDivisionSeries Modifier and Type Method Description IPAddressDivisionSeriesIPAddressString. 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.IPAddressDivisionSeriesIPAddressString. 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 classIPAddressLargeDivisionGrouping -
Uses of IPAddressDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement IPAddressDivisionSeries Modifier and Type Class Description classIPAddressDivisionGroupingIPAddressDivisionGrouping 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 IPAddressDivisionSeriesIPAddressProvider.AllCreator. getDivisionGrouping()default IPAddressDivisionSeriesIPAddressProvider. getDivisionGrouping()IPAddressDivisionSeriesParsedIPAddress. getDivisionGrouping() -
Uses of IPAddressDivisionSeries in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement IPAddressDivisionSeries Modifier and Type Class Description classIPv4AddressAn IPv4 address, or a subnet of multiple IPv4 addresses.classIPv4AddressSectionA section of an IPv4Address. -
Uses of IPAddressDivisionSeries in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement IPAddressDivisionSeries Modifier and Type Class Description classIPv6AddressAn IPv6 address, or a subnet of multiple IPv6 addresses.classIPv6AddressSectionA section of an IPv6Address.static classIPv6AddressSection.IPv6v4MixedAddressSection
-