Uses of Interface
inet.ipaddr.format.util.AddressSegmentParams
Packages that use AddressSegmentParams
Package
Description
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.
-
Uses of AddressSegmentParams in inet.ipaddr.format
Methods in inet.ipaddr.format with parameters of type AddressSegmentParamsModifier and TypeMethodDescriptionintAddressDivisionBase.getLowerStandardString(int segmentIndex, AddressSegmentParams params, StringBuilder appendable) intAddressDivisionBase.getStandardString(int segmentIndex, AddressSegmentParams params, StringBuilder appendable) Produces a string to represent the segment, using wildcards and range characters. -
Uses of AddressSegmentParams in inet.ipaddr.format.large
Methods in inet.ipaddr.format.large with parameters of type AddressSegmentParamsModifier and TypeMethodDescriptionintIPAddressLargeDivision.getPrefixAdjustedRangeString(int segmentIndex, AddressSegmentParams params, StringBuilder appendable) -
Uses of AddressSegmentParams in inet.ipaddr.format.standard
Methods in inet.ipaddr.format.standard with parameters of type AddressSegmentParamsModifier and TypeMethodDescriptionintIPAddressDivision.getPrefixAdjustedRangeString(int segmentIndex, AddressSegmentParams params, StringBuilder appendable) -
Uses of AddressSegmentParams in inet.ipaddr.format.string
Methods in inet.ipaddr.format.string with parameters of type AddressSegmentParamsModifier and TypeMethodDescriptionintAddressStringDivision.getLowerStandardString(int segmentIndex, AddressSegmentParams params, StringBuilder appendable) Configures a segment string according to the given params and the given segment index, but using only the lower value of the segment range, if there is a range.intIPAddressStringDivision.getPrefixAdjustedRangeString(int segmentIndex, AddressSegmentParams params, StringBuilder appendable) Produces a string to represent the segment of the form a-b where the value b has been adjusted for the prefix, anything beyond the prefix length being zero.intAddressStringDivision.getStandardString(int segmentIndex, AddressSegmentParams params, StringBuilder appendable) Configures a segment string according to the given params and the given segment index.