Uses of Interface
inet.ipaddr.format.IPAddressDivisionSeries
Packages that use IPAddressDivisionSeries
Package
Description
Base classes for IP addresses and generic addresses.
Classes for constructing arbitrary divisions of unlimited length and the groupings of those divisions.
Classes for constructing division groupings in which the divisions are under 64 bits of length.
Validation of address strings and creation of address representations from the validated strings.
Classes for IPv4
Classes for IPv6
-
Uses of IPAddressDivisionSeries in inet.ipaddr
Subinterfaces of IPAddressDivisionSeries in inet.ipaddrModifier and TypeInterfaceDescriptioninterfaceRepresents a series of IP address segments.Classes in inet.ipaddr that implement IPAddressDivisionSeriesModifier and TypeClassDescriptionclassA single IP address, or a subnet of multiple addresses.classA section of an IPAddress.Methods in inet.ipaddr that return IPAddressDivisionSeriesModifier and TypeMethodDescriptionIPAddressString.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.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 -
Uses of IPAddressDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement IPAddressDivisionSeriesModifier and TypeClassDescriptionclassIPAddressDivisionGrouping 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 IPAddressDivisionSeriesModifier and TypeMethodDescriptionIPAddressProvider.AllCreator.getDivisionGrouping()default IPAddressDivisionSeriesIPAddressProvider.getDivisionGrouping()ParsedIPAddress.getDivisionGrouping() -
Uses of IPAddressDivisionSeries in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement IPAddressDivisionSeriesModifier and TypeClassDescriptionclassAn IPv4 address, or a subnet of multiple IPv4 addresses.classA section of an IPv4Address. -
Uses of IPAddressDivisionSeries in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement IPAddressDivisionSeriesModifier and TypeClassDescriptionclassAn IPv6 address, or a subnet of multiple IPv6 addresses.classA section of an IPv6Address.static class