Uses of Interface
inet.ipaddr.format.AddressGenericDivision
-
Packages that use AddressGenericDivision 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 AddressGenericDivision in inet.ipaddr
Subinterfaces of AddressGenericDivision in inet.ipaddr Modifier and Type Interface Description interface
AddressSegment
Represents a single segment of an address.Classes in inet.ipaddr that implement AddressGenericDivision Modifier and Type Class Description class
IPAddressSegment
This represents a single segment of an IP address.Methods in inet.ipaddr with parameters of type AddressGenericDivision Modifier and Type Method Description int
AddressComparator. compare(AddressGenericDivision one, AddressGenericDivision two)
-
Uses of AddressGenericDivision in inet.ipaddr.format
Subinterfaces of AddressGenericDivision in inet.ipaddr.format Modifier and Type Interface Description interface
IPAddressGenericDivision
Represents a division for any IP address series.Classes in inet.ipaddr.format that implement AddressGenericDivision Modifier and Type Class Description class
AddressDivisionBase
Base class for address divisions.Methods in inet.ipaddr.format that return AddressGenericDivision Modifier and Type Method Description AddressGenericDivision
AddressDivisionSeries. getDivision(int index)
-
Uses of AddressGenericDivision in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement AddressGenericDivision Modifier and Type Class Description class
IPAddressLargeDivision
This class supports a segment or division of an arbitrary number of bits. -
Uses of AddressGenericDivision in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement AddressGenericDivision Modifier and Type Class Description class
AddressBitsDivision
An address division for macclass
AddressDivision
A division of an address.class
IPAddressBitsDivision
class
IPAddressDivision
A division of an IP address.class
IPAddressJoinedSegments
A combination of two or more IP address segments. -
Uses of AddressGenericDivision in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressGenericDivision Modifier and Type Class Description class
IPv4AddressSegment
This represents a segment of an IPv4 address.class
IPv4JoinedSegments
-
Uses of AddressGenericDivision in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressGenericDivision Modifier and Type Class Description class
IPv6AddressSegment
This represents a segment of an IPv6 address. -
Uses of AddressGenericDivision in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressGenericDivision Modifier and Type Class Description class
MACAddressSegment
Represents a segment of a MAC address.
-