Uses of Interface
inet.ipaddr.format.string.AddressStringDivisionSeries
-
Packages that use AddressStringDivisionSeries 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.format.string Classes for constructing division groupings for producing strings.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AddressStringDivisionSeries in inet.ipaddr
Subinterfaces of AddressStringDivisionSeries in inet.ipaddr Modifier and Type Interface Description interfaceAddressSectioninterfaceAddressSegmentSeriesRepresents 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 AddressStringDivisionSeries 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. -
Uses of AddressStringDivisionSeries in inet.ipaddr.format
Subinterfaces of AddressStringDivisionSeries in inet.ipaddr.format Modifier and Type Interface Description interfaceAddressDivisionSeriesRepresents a series of groups of address divisions or segments.interfaceIPAddressDivisionSeriesRepresents a series of groups of address divisions or segments.Classes in inet.ipaddr.format that implement AddressStringDivisionSeries Modifier and Type Class Description classAddressDivisionGroupingBaseAddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments. -
Uses of AddressStringDivisionSeries in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement AddressStringDivisionSeries Modifier and Type Class Description classIPAddressLargeDivisionGrouping -
Uses of AddressStringDivisionSeries in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement AddressStringDivisionSeries Modifier and Type Class Description classAddressDivisionGroupingAddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.classIPAddressDivisionGroupingIPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments. -
Uses of AddressStringDivisionSeries in inet.ipaddr.format.string
Subinterfaces of AddressStringDivisionSeries in inet.ipaddr.format.string Modifier and Type Interface Description interfaceIPAddressStringDivisionSeriesA generic part of an IP address for the purpose of producing a string for the address. -
Uses of AddressStringDivisionSeries in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressStringDivisionSeries Modifier and Type Class Description classIPv4AddressAn IPv4 address, or a subnet of multiple IPv4 addresses.classIPv4AddressSectionA section of an IPv4Address. -
Uses of AddressStringDivisionSeries in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressStringDivisionSeries Modifier and Type Class Description classIPv6AddressAn IPv6 address, or a subnet of multiple IPv6 addresses.classIPv6AddressSectionA section of an IPv6Address.static classIPv6AddressSection.IPv6v4MixedAddressSection -
Uses of AddressStringDivisionSeries in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressStringDivisionSeries Modifier and Type Class Description classMACAddressA MAC address, or a collection of multiple MAC addresses.classMACAddressSectionA section of a MACAddress.
-