Uses of Interface
inet.ipaddr.format.AddressItem
-
Packages that use AddressItem 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 AddressItem in inet.ipaddr
Subinterfaces of AddressItem in inet.ipaddr Modifier and Type Interface Description interfaceAddressComponentinterfaceAddressSectioninterfaceAddressSegmentRepresents a single segment of an address.interfaceAddressSegmentSeriesRepresents a series of address segments, each of equal byte size, the byte size being a whole number of bytes.interfaceIPAddressSegmentSeriesRepresents a series of IP address segments.Classes in inet.ipaddr that implement AddressItem Modifier and Type Class Description classAddressAn address, or a collection of multiple addresses.classIPAddressA single IP address, or a subnet of multiple addresses.classIPAddressSectionA section of an IPAddress.classIPAddressSegmentThis represents a single segment of an IP address.classIPAddressSeqRangeThis class can be used to represent an arbitrary range of consecutive IP addresses.Methods in inet.ipaddr with parameters of type AddressItem Modifier and Type Method Description intAddressComparator. compare(AddressItem one, AddressItem two) -
Uses of AddressItem in inet.ipaddr.format
Subinterfaces of AddressItem in inet.ipaddr.format Modifier and Type Interface Description interfaceAddressComponentRangeRepresents a range of address componentsinterfaceAddressDivisionSeriesRepresents a series of groups of address divisions or segments.interfaceAddressGenericDivisionRepresents a division for any address series.interfaceAddressItemRangeDeprecated.use AddressComponentRangeinterfaceIPAddressDivisionSeriesRepresents a series of groups of address divisions or segments.interfaceIPAddressGenericDivisionRepresents a division for any IP address series.interfaceIPAddressRangeRepresents a range of IP addressesClasses in inet.ipaddr.format that implement AddressItem Modifier and Type Class Description classAddressDivisionBaseBase class for address divisions.classAddressDivisionGroupingBaseAddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.Methods in inet.ipaddr.format with parameters of type AddressItem Modifier and Type Method Description default intAddressItem. compareTo(AddressItem other)UsesAddress.DEFAULT_ADDRESS_COMPARATOR, an instance ofAddressComparator.CountComparator, to compare any two address items. -
Uses of AddressItem in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement AddressItem Modifier and Type Class Description classIPAddressLargeDivisionThis class supports a segment or division of an arbitrary number of bits.classIPAddressLargeDivisionGrouping -
Uses of AddressItem in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement AddressItem Modifier and Type Class Description classAddressBitsDivisionAn address division for macclassAddressDivisionA division of an address.classAddressDivisionGroupingAddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.classIPAddressBitsDivisionclassIPAddressDivisionA division of an IP address.classIPAddressDivisionGroupingIPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.classIPAddressJoinedSegmentsA combination of two or more IP address segments. -
Uses of AddressItem in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressItem Modifier and Type Class Description classIPv4AddressAn IPv4 address, or a subnet of multiple IPv4 addresses.classIPv4AddressSectionA section of an IPv4Address.classIPv4AddressSegmentThis represents a segment of an IPv4 address.classIPv4AddressSeqRangeRepresents an arbitrary range of IPv4 addresses.classIPv4JoinedSegments -
Uses of AddressItem in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressItem Modifier and Type Class Description classIPv6AddressAn IPv6 address, or a subnet of multiple IPv6 addresses.classIPv6AddressSectionA section of an IPv6Address.static classIPv6AddressSection.IPv6v4MixedAddressSectionclassIPv6AddressSegmentThis represents a segment of an IPv6 address.classIPv6AddressSeqRangeRepresents an arbitrary range of IPv6 addresses. -
Uses of AddressItem in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressItem Modifier and Type Class Description classMACAddressA MAC address, or a collection of multiple MAC addresses.classMACAddressSectionA section of a MACAddress.classMACAddressSegmentRepresents a segment of a MAC address.
-