Uses of Interface
inet.ipaddr.format.AddressDivisionSeries
Packages that use AddressDivisionSeries
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.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressDivisionSeries in inet.ipaddr
Subinterfaces of AddressDivisionSeries in inet.ipaddrModifier and TypeInterfaceDescriptioninterface
interface
Represents a series of address segments, each of equal byte size, the byte size being a whole number of bytes.interface
Represents a series of IP address segments.Classes in inet.ipaddr that implement AddressDivisionSeriesModifier and TypeClassDescriptionclass
An address, or a collection of multiple addresses.class
A single IP address, or a subnet of multiple addresses.class
A section of an IPAddress.Methods in inet.ipaddr with parameters of type AddressDivisionSeriesModifier and TypeMethodDescriptionint
AddressComparator.compare
(AddressDivisionSeries one, AddressDivisionSeries two) int
Address.isMore
(AddressDivisionSeries other) -
Uses of AddressDivisionSeries in inet.ipaddr.format
Subinterfaces of AddressDivisionSeries in inet.ipaddr.formatModifier and TypeInterfaceDescriptioninterface
Represents a series of groups of address divisions or segments.Classes in inet.ipaddr.format that implement AddressDivisionSeriesModifier and TypeClassDescriptionclass
AddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.Methods in inet.ipaddr.format with parameters of type AddressDivisionSeriesModifier and TypeMethodDescriptiondefault int
AddressDivisionSeries.isMore
(AddressDivisionSeries other) Use this method to compare the counts of two address series. -
Uses of AddressDivisionSeries in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement AddressDivisionSeries -
Uses of AddressDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement AddressDivisionSeriesModifier and TypeClassDescriptionclass
AddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.class
IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.Methods in inet.ipaddr.format.standard with parameters of type AddressDivisionSeriesModifier and TypeMethodDescriptionint
IPAddressDivisionGrouping.isMore
(AddressDivisionSeries other) -
Uses of AddressDivisionSeries in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressDivisionSeriesModifier and TypeClassDescriptionclass
An IPv4 address, or a subnet of multiple IPv4 addresses.class
A section of an IPv4Address. -
Uses of AddressDivisionSeries in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressDivisionSeriesModifier and TypeClassDescriptionclass
An IPv6 address, or a subnet of multiple IPv6 addresses.class
A section of an IPv6Address.static class
-
Uses of AddressDivisionSeries in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressDivisionSeriesModifier and TypeClassDescriptionclass
A MAC address, or a collection of multiple MAC addresses.class
A section of a MACAddress.