Uses of Class
inet.ipaddr.format.AddressDivisionGroupingBase
-
Packages that use AddressDivisionGroupingBase Package Description inet.ipaddr Base classes for IP addresses and generic addresses.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.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AddressDivisionGroupingBase in inet.ipaddr
Subclasses of AddressDivisionGroupingBase in inet.ipaddr Modifier and Type Class Description class
IPAddressSection
A section of an IPAddress. -
Uses of AddressDivisionGroupingBase in inet.ipaddr.format.large
Subclasses of AddressDivisionGroupingBase in inet.ipaddr.format.large Modifier and Type Class Description class
IPAddressLargeDivisionGrouping
-
Uses of AddressDivisionGroupingBase in inet.ipaddr.format.standard
Subclasses of AddressDivisionGroupingBase in inet.ipaddr.format.standard Modifier and Type Class Description class
AddressDivisionGrouping
AddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.class
IPAddressDivisionGrouping
IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments. -
Uses of AddressDivisionGroupingBase in inet.ipaddr.ipv4
Subclasses of AddressDivisionGroupingBase in inet.ipaddr.ipv4 Modifier and Type Class Description class
IPv4AddressSection
A section of an IPv4Address. -
Uses of AddressDivisionGroupingBase in inet.ipaddr.ipv6
Subclasses of AddressDivisionGroupingBase in inet.ipaddr.ipv6 Modifier and Type Class Description class
IPv6AddressSection
A section of an IPv6Address.static class
IPv6AddressSection.IPv6v4MixedAddressSection
-
Uses of AddressDivisionGroupingBase in inet.ipaddr.mac
Subclasses of AddressDivisionGroupingBase in inet.ipaddr.mac Modifier and Type Class Description class
MACAddressSection
A section of a MACAddress.
-