Uses of Interface
inet.ipaddr.format.util.AddressSegmentParams
-
Packages that use AddressSegmentParams Package Description 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. -
-
Uses of AddressSegmentParams in inet.ipaddr.format
Methods in inet.ipaddr.format with parameters of type AddressSegmentParams Modifier and Type Method Description int
AddressDivisionBase. getLowerStandardString(int segmentIndex, AddressSegmentParams params, java.lang.StringBuilder appendable)
int
AddressDivisionBase. getStandardString(int segmentIndex, AddressSegmentParams params, java.lang.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 AddressSegmentParams Modifier and Type Method Description int
IPAddressLargeDivision. getPrefixAdjustedRangeString(int segmentIndex, AddressSegmentParams params, java.lang.StringBuilder appendable)
-
Uses of AddressSegmentParams in inet.ipaddr.format.standard
Methods in inet.ipaddr.format.standard with parameters of type AddressSegmentParams Modifier and Type Method Description int
IPAddressDivision. getPrefixAdjustedRangeString(int segmentIndex, AddressSegmentParams params, java.lang.StringBuilder appendable)
-
Uses of AddressSegmentParams in inet.ipaddr.format.string
Methods in inet.ipaddr.format.string with parameters of type AddressSegmentParams Modifier and Type Method Description int
AddressStringDivision. getLowerStandardString(int segmentIndex, AddressSegmentParams params, java.lang.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.int
IPAddressStringDivision. getPrefixAdjustedRangeString(int segmentIndex, AddressSegmentParams params, java.lang.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.int
AddressStringDivision. getStandardString(int segmentIndex, AddressSegmentParams params, java.lang.StringBuilder appendable)
Configures a segment string according to the given params and the given segment index.
-