Uses of Interface
inet.ipaddr.format.string.AddressStringDivision
Packages that use AddressStringDivision
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 constructing division groupings for producing strings.
Contains utility classes such as collections, spliterators, and String-writers.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressStringDivision in inet.ipaddr
Subinterfaces of AddressStringDivision in inet.ipaddrModifier and TypeInterfaceDescriptioninterfaceRepresents a single segment of an address.Classes in inet.ipaddr that implement AddressStringDivisionModifier and TypeClassDescriptionclassThis represents a single segment of an IP address. -
Uses of AddressStringDivision in inet.ipaddr.format
Subinterfaces of AddressStringDivision in inet.ipaddr.formatModifier and TypeInterfaceDescriptioninterfaceRepresents a division for any address series.interfaceRepresents a division for any IP address series.Classes in inet.ipaddr.format that implement AddressStringDivision -
Uses of AddressStringDivision in inet.ipaddr.format.large
Classes in inet.ipaddr.format.large that implement AddressStringDivisionModifier and TypeClassDescriptionclassThis class supports a segment or division of an arbitrary number of bits. -
Uses of AddressStringDivision in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement AddressStringDivisionModifier and TypeClassDescriptionclassAn address division for macclassA division of an address.classclassA division of an IP address.classA combination of two or more IP address segments. -
Uses of AddressStringDivision in inet.ipaddr.format.string
Subinterfaces of AddressStringDivision in inet.ipaddr.format.stringMethods in inet.ipaddr.format.string that return AddressStringDivision -
Uses of AddressStringDivision in inet.ipaddr.format.util
Methods in inet.ipaddr.format.util with parameters of type AddressStringDivisionModifier and TypeMethodDescriptionAddressDivisionWriter.appendDivision(StringBuilder builder, AddressStringDivision div) intAddressDivisionWriter.getDivisionStringLength(AddressStringDivision seg) -
Uses of AddressStringDivision in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressStringDivisionModifier and TypeClassDescriptionclassThis represents a segment of an IPv4 address.class -
Uses of AddressStringDivision in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressStringDivisionModifier and TypeClassDescriptionclassThis represents a segment of an IPv6 address. -
Uses of AddressStringDivision in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressStringDivision