Uses of Interface
inet.ipaddr.format.string.AddressStringDivisionSeries
Packages that use AddressStringDivisionSeries
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 constructing division groupings for producing strings.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressStringDivisionSeries in inet.ipaddr
Subinterfaces of AddressStringDivisionSeries in inet.ipaddrModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents a series of address segments, each of equal byte size, the byte size being a whole number of bytes.interfaceRepresents a series of IP address segments.Classes in inet.ipaddr that implement AddressStringDivisionSeriesModifier and TypeClassDescriptionclassAn address, or a collection of multiple addresses.classA single IP address, or a subnet of multiple addresses.classA section of an IPAddress. -
Uses of AddressStringDivisionSeries in inet.ipaddr.format
Subinterfaces of AddressStringDivisionSeries in inet.ipaddr.formatModifier and TypeInterfaceDescriptioninterfaceRepresents a series of groups of address divisions or segments.interfaceRepresents a series of groups of address divisions or segments.Classes in inet.ipaddr.format that implement AddressStringDivisionSeriesModifier and TypeClassDescriptionclassAddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments. -
Uses of AddressStringDivisionSeries in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement AddressStringDivisionSeries -
Uses of AddressStringDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement AddressStringDivisionSeriesModifier and TypeClassDescriptionclassAddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.classIPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments. -
Uses of AddressStringDivisionSeries in inet.ipaddr.format.string
Subinterfaces of AddressStringDivisionSeries in inet.ipaddr.format.stringModifier and TypeInterfaceDescriptioninterfaceA generic part of an IP address for the purpose of producing a string for the address. -
Uses of AddressStringDivisionSeries in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressStringDivisionSeriesModifier and TypeClassDescriptionclassAn IPv4 address, or a subnet of multiple IPv4 addresses.classA section of an IPv4Address. -
Uses of AddressStringDivisionSeries in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressStringDivisionSeriesModifier and TypeClassDescriptionclassAn IPv6 address, or a subnet of multiple IPv6 addresses.classA section of an IPv6Address.static class -
Uses of AddressStringDivisionSeries in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressStringDivisionSeriesModifier and TypeClassDescriptionclassA MAC address, or a collection of multiple MAC addresses.classA section of a MACAddress.