Uses of Interface
inet.ipaddr.format.AddressItem
Packages that use AddressItem
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 AddressItem in inet.ipaddr
Subinterfaces of AddressItem in inet.ipaddrModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceRepresents a single segment of an address.interfaceRepresents a series of address segments, each of equal byte size, the byte size being a whole number of bytes.interfaceRepresents a series of IP address segments.Classes in inet.ipaddr that implement AddressItemModifier and TypeClassDescriptionclassAn address, or a collection of multiple addresses.classA single IP address, or a subnet of multiple addresses.classA section of an IPAddress.classThis represents a single segment of an IP address.classThis class can be used to represent an arbitrary range of consecutive IP addresses.Classes in inet.ipaddr that implement interfaces with type arguments of type AddressItemMethods in inet.ipaddr with parameters of type AddressItemModifier and TypeMethodDescriptionintAddressComparator.compare(AddressItem one, AddressItem two) Constructors in inet.ipaddr with parameters of type AddressItemModifierConstructorDescriptionAddressConversionException(AddressItem one, AddressItem two) AddressConversionException(AddressItem one, AddressItem two, String key) AddressPositionException(AddressItem item, int position) AddressPositionException(AddressItem item, int position, int otherPosition) AddressValueException(AddressItem one, AddressItem two) AddressValueException(AddressItem one, AddressItem two, int count) AddressValueException(AddressItem one, String key) IncompatibleAddressException(AddressItem one, int oneIndex, AddressItem two, int twoIndex, String key) IncompatibleAddressException(AddressItem one, int prefixLengthOrMask, String key) IncompatibleAddressException(AddressItem one, AddressItem two, String key) IncompatibleAddressException(AddressItem one, String key) InconsistentPrefixException(AddressItem one, AddressItem two, Integer prefixLength) NetworkMismatchException(AddressItem one, AddressItem two) PrefixLenException(AddressItem one, int prefixLength) SizeMismatchException(AddressItem one, AddressItem two) -
Uses of AddressItem in inet.ipaddr.format
Subinterfaces of AddressItem in inet.ipaddr.formatModifier and TypeInterfaceDescriptioninterfaceRepresents a range of address componentsinterfaceRepresents a series of groups of address divisions or segments.interfaceRepresents a division for any address series.interfaceDeprecated.use AddressComponentRangeinterfaceRepresents a series of groups of address divisions or segments.interfaceRepresents a division for any IP address series.interfaceRepresents a range of IP addressesClasses in inet.ipaddr.format that implement AddressItemModifier and TypeClassDescriptionclassBase class for address divisions.classAddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.Subinterfaces with type arguments of type AddressItem in inet.ipaddr.formatModifier and TypeInterfaceDescriptioninterfaceRepresents any part of an address, whether divided into the standard arrangement of AddressComponent objects, or whether an alternative arrangement using AddressDivision objects.Methods in inet.ipaddr.format with parameters of type AddressItemModifier and TypeMethodDescriptiondefault 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 AddressItemModifier and TypeClassDescriptionclassThis class supports a segment or division of an arbitrary number of bits.class -
Uses of AddressItem in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement AddressItemModifier and TypeClassDescriptionclassAn address division for macclassA division of an address.classAddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.classclassA division of an IP address.classIPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.classA combination of two or more IP address segments. -
Uses of AddressItem in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressItemModifier and TypeClassDescriptionclassAn IPv4 address, or a subnet of multiple IPv4 addresses.classA section of an IPv4Address.classThis represents a segment of an IPv4 address.classRepresents an arbitrary range of IPv4 addresses.class -
Uses of AddressItem in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressItemModifier and TypeClassDescriptionclassAn IPv6 address, or a subnet of multiple IPv6 addresses.classA section of an IPv6Address.static classclassThis represents a segment of an IPv6 address.classRepresents an arbitrary range of IPv6 addresses. -
Uses of AddressItem in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressItemModifier and TypeClassDescriptionclassA MAC address, or a collection of multiple MAC addresses.classA section of a MACAddress.classRepresents a segment of a MAC address.