Uses of Class
inet.ipaddr.format.AddressDivisionBase
-
Packages that use AddressDivisionBase 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.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AddressDivisionBase in inet.ipaddr
Subclasses of AddressDivisionBase in inet.ipaddr Modifier and Type Class Description classIPAddressSegmentThis represents a single segment of an IP address. -
Uses of AddressDivisionBase in inet.ipaddr.format
Methods in inet.ipaddr.format that return AddressDivisionBase Modifier and Type Method Description AddressDivisionBaseAddressDivisionGroupingBase. getDivision(int index)Constructors in inet.ipaddr.format with parameters of type AddressDivisionBase Constructor Description AddressDivisionGroupingBase(AddressDivisionBase[] divisions)AddressDivisionGroupingBase(AddressDivisionBase[] divisions, boolean checkDivisions) -
Uses of AddressDivisionBase in inet.ipaddr.format.large
Subclasses of AddressDivisionBase in inet.ipaddr.format.large Modifier and Type Class Description classIPAddressLargeDivisionThis class supports a segment or division of an arbitrary number of bits. -
Uses of AddressDivisionBase in inet.ipaddr.format.standard
Subclasses of AddressDivisionBase in inet.ipaddr.format.standard Modifier and Type Class Description classAddressBitsDivisionAn address division for macclassAddressDivisionA division of an address.classIPAddressBitsDivisionclassIPAddressDivisionA division of an IP address.classIPAddressJoinedSegmentsA combination of two or more IP address segments. -
Uses of AddressDivisionBase in inet.ipaddr.ipv4
Subclasses of AddressDivisionBase in inet.ipaddr.ipv4 Modifier and Type Class Description classIPv4AddressSegmentThis represents a segment of an IPv4 address.classIPv4JoinedSegments -
Uses of AddressDivisionBase in inet.ipaddr.ipv6
Subclasses of AddressDivisionBase in inet.ipaddr.ipv6 Modifier and Type Class Description classIPv6AddressSegmentThis represents a segment of an IPv6 address. -
Uses of AddressDivisionBase in inet.ipaddr.mac
Subclasses of AddressDivisionBase in inet.ipaddr.mac Modifier and Type Class Description classMACAddressSegmentRepresents a segment of a MAC address.
-