Uses of Interface
inet.ipaddr.format.AddressGenericDivision
Packages that use AddressGenericDivision
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 AddressGenericDivision in inet.ipaddr
Subinterfaces of AddressGenericDivision in inet.ipaddrModifier and TypeInterfaceDescriptioninterface
Represents a single segment of an address.Classes in inet.ipaddr that implement AddressGenericDivisionModifier and TypeClassDescriptionclass
This represents a single segment of an IP address.Methods in inet.ipaddr with parameters of type AddressGenericDivisionModifier and TypeMethodDescriptionint
AddressComparator.compare
(AddressGenericDivision one, AddressGenericDivision two) -
Uses of AddressGenericDivision in inet.ipaddr.format
Subinterfaces of AddressGenericDivision in inet.ipaddr.formatModifier and TypeInterfaceDescriptioninterface
Represents a division for any IP address series.Classes in inet.ipaddr.format that implement AddressGenericDivisionMethods in inet.ipaddr.format that return AddressGenericDivision -
Uses of AddressGenericDivision in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement AddressGenericDivisionModifier and TypeClassDescriptionclass
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 AddressGenericDivisionModifier and TypeClassDescriptionclass
An address division for macclass
A division of an address.class
class
A division of an IP address.class
A combination of two or more IP address segments. -
Uses of AddressGenericDivision in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressGenericDivisionModifier and TypeClassDescriptionclass
This represents a segment of an IPv4 address.class
-
Uses of AddressGenericDivision in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressGenericDivisionModifier and TypeClassDescriptionclass
This represents a segment of an IPv6 address. -
Uses of AddressGenericDivision in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressGenericDivision