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 interface
IPAddressSegmentSeries
Represents a series of IP address segments.Classes in inet.ipaddr that implement IPAddressStringDivisionSeries 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 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.String
IPAddressSection. 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 interface
IPAddressDivisionSeries
Represents 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 class
IPAddressLargeDivisionGrouping
-
Uses of IPAddressStringDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement IPAddressStringDivisionSeries 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 IPAddressStringDivisionSeries in inet.ipaddr.format.util
Classes in inet.ipaddr.format.util with type parameters of type IPAddressStringDivisionSeries Modifier and Type Class Description class
IPAddressPartConfiguredString<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.class
IPAddressPartStringSubCollection<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>,S extends IPAddressPartConfiguredString<T,P>>
interface
IPAddressStringWriter<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 T
IPAddressPartConfiguredString. addr
T
IPAddressPartStringSubCollection. part
Methods in inet.ipaddr.format.util that return IPAddressStringDivisionSeries Modifier and Type Method Description IPAddressStringDivisionSeries
IPAddressPartStringCollection. 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 class
SQLStringMatcher<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 class
IPv4Address
An IPv4 address, or a subnet of multiple IPv4 addresses.class
IPv4AddressSection
A 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 class
IPv6Address
An IPv6 address, or a subnet of multiple IPv6 addresses.class
IPv6AddressSection
A section of an IPv6Address.static class
IPv6AddressSection.IPv6v4MixedAddressSection
Methods 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.String
IPv6AddressSection. toNormalizedString(IPAddressSection.IPStringOptions options, java.lang.CharSequence zone, IPAddressStringDivisionSeries part)
-