Uses of Interface
inet.ipaddr.format.string.IPAddressStringDivision
-
Packages that use IPAddressStringDivision 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 IPv6 -
-
Uses of IPAddressStringDivision in inet.ipaddr
Classes in inet.ipaddr that implement IPAddressStringDivision Modifier and Type Class Description classIPAddressSegmentThis represents a single segment of an IP address. -
Uses of IPAddressStringDivision in inet.ipaddr.format
Subinterfaces of IPAddressStringDivision in inet.ipaddr.format Modifier and Type Interface Description interfaceIPAddressGenericDivisionRepresents a division for any IP address series. -
Uses of IPAddressStringDivision in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement IPAddressStringDivision Modifier and Type Class Description classIPAddressLargeDivisionThis class supports a segment or division of an arbitrary number of bits. -
Uses of IPAddressStringDivision in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement IPAddressStringDivision Modifier and Type Class Description classIPAddressBitsDivisionclassIPAddressDivisionA division of an IP address.classIPAddressJoinedSegmentsA combination of two or more IP address segments. -
Uses of IPAddressStringDivision in inet.ipaddr.format.string
Methods in inet.ipaddr.format.string that return IPAddressStringDivision Modifier and Type Method Description IPAddressStringDivisionIPAddressStringDivisionSeries. getDivision(int index) -
Uses of IPAddressStringDivision in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement IPAddressStringDivision Modifier and Type Class Description classIPv4AddressSegmentThis represents a segment of an IPv4 address.classIPv4JoinedSegments -
Uses of IPAddressStringDivision in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement IPAddressStringDivision Modifier and Type Class Description classIPv6AddressSegmentThis represents a segment of an IPv6 address.
-