Uses of Interface
inet.ipaddr.format.string.IPAddressStringDivisionSeries
-
Packages that use IPAddressStringDivisionSeries Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format Base classes for generic representations of address divisions and groupings of address divisions.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.util Contains utility classes such as collections, spliterators, and String-writers.inet.ipaddr.format.util.sql Represents and matches different address string formats with sql.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPAddressStringDivisionSeries in inet.ipaddr
Subinterfaces of IPAddressStringDivisionSeries in inet.ipaddr Modifier and Type Interface Description interfaceIPAddressSegmentSeriesRepresents a series of IP address segments.Classes in inet.ipaddr that implement IPAddressStringDivisionSeries 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 IPAddressStringDivisionSeries Modifier and Type Method Description IPAddressStringDivisionSeries[]IPAddress. getParts(IPAddressSection.IPStringBuilderOptions options)Returns all the ways of breaking this address down into segments, as selected.IPAddressStringDivisionSeries[]IPAddressSection. getParts(IPAddressSection.IPStringBuilderOptions options)Get all representations of this address including this IPAddressSection.Methods in inet.ipaddr with parameters of type IPAddressStringDivisionSeries Modifier and Type Method Description static java.lang.StringIPAddressSection. toNormalizedString(IPAddressSection.IPStringOptions opts, IPAddressStringDivisionSeries section) -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.format
Subinterfaces of IPAddressStringDivisionSeries in inet.ipaddr.format Modifier and Type Interface Description interfaceIPAddressDivisionSeriesRepresents 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 Modifier and Type Class Description classIPAddressLargeDivisionGrouping -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement IPAddressStringDivisionSeries Modifier and Type Class Description classIPAddressDivisionGroupingIPAddressDivisionGrouping 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 IPAddressStringDivisionSeries Modifier and Type Class Description classIPAddressPartConfiguredString<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>>interfaceIPAddressStringWriter<T extends IPAddressStringDivisionSeries>An object for writing an IP address part string in a specific format.Fields in inet.ipaddr.format.util declared as IPAddressStringDivisionSeries Modifier and Type Field Description TIPAddressPartConfiguredString. addrTIPAddressPartStringSubCollection. partMethods in inet.ipaddr.format.util that return IPAddressStringDivisionSeries Modifier and Type Method Description IPAddressStringDivisionSeriesIPAddressPartStringCollection. getPart(int index)IPAddressStringDivisionSeries[]IPAddressPartStringCollection. getParts(IPAddressStringDivisionSeries[] array)Methods in inet.ipaddr.format.util with parameters of type IPAddressStringDivisionSeries Modifier and Type Method Description IPAddressStringDivisionSeries[]IPAddressPartStringCollection. getParts(IPAddressStringDivisionSeries[] array)IPAddressPartStringSubCollection<?,?,?>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 IPAddressStringDivisionSeries Modifier and Type Class Description classSQLStringMatcher<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 IPAddressStringDivisionSeries Modifier and Type Class Description classIPv4AddressAn IPv4 address, or a subnet of multiple IPv4 addresses.classIPv4AddressSectionA section of an IPv4Address.Methods in inet.ipaddr.ipv4 that return IPAddressStringDivisionSeries Modifier and Type Method Description IPAddressStringDivisionSeries[]IPv4Address. getParts(IPAddressSection.IPStringBuilderOptions options)IPAddressStringDivisionSeries[]IPv4Address. getParts(IPv4AddressSection.IPv4StringBuilderOptions options)IPAddressStringDivisionSeries[]IPv4AddressSection. getParts(IPAddressSection.IPStringBuilderOptions options)IPAddressStringDivisionSeries[]IPv4AddressSection. getParts(IPv4AddressSection.IPv4StringBuilderOptions options) -
Uses of IPAddressStringDivisionSeries in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement IPAddressStringDivisionSeries Modifier and Type Class Description classIPv6AddressAn IPv6 address, or a subnet of multiple IPv6 addresses.classIPv6AddressSectionA section of an IPv6Address.static classIPv6AddressSection.IPv6v4MixedAddressSectionMethods in inet.ipaddr.ipv6 that return IPAddressStringDivisionSeries Modifier and Type Method Description IPAddressStringDivisionSeries[]IPv6Address. getParts(IPAddressSection.IPStringBuilderOptions options)IPAddressStringDivisionSeries[]IPv6Address. getParts(IPv6AddressSection.IPv6StringBuilderOptions options)IPAddressStringDivisionSeries[]IPv6AddressSection. getParts(IPAddressSection.IPStringBuilderOptions opts)IPAddressStringDivisionSeries[]IPv6AddressSection. getParts(IPv6AddressSection.IPv6StringBuilderOptions opts)Methods in inet.ipaddr.ipv6 with parameters of type IPAddressStringDivisionSeries Modifier and Type Method Description static java.lang.StringIPv6AddressSection. toNormalizedString(IPAddressSection.IPStringOptions options, java.lang.CharSequence zone, IPAddressStringDivisionSeries part)
-