Uses of Interface
inet.ipaddr.format.string.IPAddressStringDivisionSeries
Packages that use IPAddressStringDivisionSeries
Package
Description
Base classes for IP addresses and generic addresses.
Base classes for generic representations of address divisions and groupings of address divisions.
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.
Contains utility classes such as collections, spliterators, and String-writers.
Represents and matches different address string formats with sql.
Classes for IPv4
Classes for IPv6
-
Uses of IPAddressStringDivisionSeries in inet.ipaddr
Subinterfaces of IPAddressStringDivisionSeries in inet.ipaddrModifier and TypeInterfaceDescriptioninterfaceRepresents a series of IP address segments.Classes in inet.ipaddr that implement IPAddressStringDivisionSeriesModifier and TypeClassDescriptionclassA single IP address, or a subnet of multiple addresses.classA section of an IPAddress.Methods in inet.ipaddr that return IPAddressStringDivisionSeriesModifier and TypeMethodDescriptionIPAddress.getParts(IPAddressSection.IPStringBuilderOptions options) Returns all the ways of breaking this address down into segments, as selected.IPAddressSection.getParts(IPAddressSection.IPStringBuilderOptions options) Get all representations of this address including this IPAddressSection.Methods in inet.ipaddr with parameters of type IPAddressStringDivisionSeriesModifier and TypeMethodDescriptionstatic StringIPAddressSection.toNormalizedString(IPAddressSection.IPStringOptions opts, IPAddressStringDivisionSeries section) -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.format
Subinterfaces of IPAddressStringDivisionSeries in inet.ipaddr.formatModifier and TypeInterfaceDescriptioninterfaceRepresents a series of groups of address divisions or segments. -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement IPAddressStringDivisionSeries -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement IPAddressStringDivisionSeriesModifier and TypeClassDescriptionclassIPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments. -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.format.util
Classes in inet.ipaddr.format.util with type parameters of type IPAddressStringDivisionSeriesModifier and TypeClassDescriptionclassIPAddressPartConfiguredString<T extends IPAddressStringDivisionSeries, P extends IPAddressStringWriter<T>>Pairs a part of an IP address along with an instance of a parameter class to define a specific string.classIPAddressPartStringSubCollection<T extends IPAddressStringDivisionSeries, P extends IPAddressStringWriter<T>, S extends IPAddressPartConfiguredString<T,P>> interfaceAn object for writing an IP address part string in a specific format.Subclasses with type arguments of type IPAddressStringDivisionSeries in inet.ipaddr.format.utilFields in inet.ipaddr.format.util declared as IPAddressStringDivisionSeriesModifier and TypeFieldDescriptionfinal TIPAddressPartConfiguredString.addrfinal TIPAddressPartStringSubCollection.partMethods in inet.ipaddr.format.util that return IPAddressStringDivisionSeriesModifier and TypeMethodDescriptionIPAddressPartStringCollection.getPart(int index) IPAddressPartStringCollection.getParts(IPAddressStringDivisionSeries[] array) Methods in inet.ipaddr.format.util with parameters of type IPAddressStringDivisionSeriesModifier and TypeMethodDescriptionIPAddressPartStringCollection.getParts(IPAddressStringDivisionSeries[] array) IPAddressPartStringCollection.getSubCollection(IPAddressStringDivisionSeries part) -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.format.util.sql
Classes in inet.ipaddr.format.util.sql with type parameters of type IPAddressStringDivisionSeriesModifier and TypeClassDescriptionclassSQLStringMatcher<T extends IPAddressStringDivisionSeries, P extends IPAddressStringWriter<T>, S extends IPAddressPartConfiguredString<T,P>> This class is intended to match part of an address when it is written with a given string. -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement IPAddressStringDivisionSeriesModifier and TypeClassDescriptionclassAn IPv4 address, or a subnet of multiple IPv4 addresses.classA section of an IPv4Address.Methods in inet.ipaddr.ipv4 that return IPAddressStringDivisionSeriesModifier and TypeMethodDescriptionIPv4Address.getParts(IPAddressSection.IPStringBuilderOptions options) IPv4Address.getParts(IPv4AddressSection.IPv4StringBuilderOptions options) IPv4AddressSection.getParts(IPAddressSection.IPStringBuilderOptions options) IPv4AddressSection.getParts(IPv4AddressSection.IPv4StringBuilderOptions options) -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement IPAddressStringDivisionSeriesModifier and TypeClassDescriptionclassAn IPv6 address, or a subnet of multiple IPv6 addresses.classA section of an IPv6Address.static classMethods in inet.ipaddr.ipv6 that return IPAddressStringDivisionSeriesModifier and TypeMethodDescriptionIPv6Address.getParts(IPAddressSection.IPStringBuilderOptions options) IPv6Address.getParts(IPv6AddressSection.IPv6StringBuilderOptions options) IPv6AddressSection.getParts(IPAddressSection.IPStringBuilderOptions opts) IPv6AddressSection.getParts(IPv6AddressSection.IPv6StringBuilderOptions opts) Methods in inet.ipaddr.ipv6 with parameters of type IPAddressStringDivisionSeriesModifier and TypeMethodDescriptionstatic StringIPv6AddressSection.toNormalizedString(IPAddressSection.IPStringOptions options, CharSequence zone, IPAddressStringDivisionSeries part)