Uses of Class
inet.ipaddr.AddressPositionException
-
Packages that use AddressPositionException Package Description inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of AddressPositionException in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that throw AddressPositionException Modifier and Type Method Description IPv6AddressSection[]
IPv6AddressSection. mergeToPrefixBlocks(IPv6AddressSection... sections)
Merges this with the list of sections to produce the smallest array of prefix blocks.IPv6AddressSection[]
IPv6AddressSection. spanWithPrefixBlocks(IPv6AddressSection other)
Produces the list of prefix block subnets that span from this series to the given series.IPv6AddressSection[]
IPv6AddressSection. spanWithSequentialBlocks(IPv6AddressSection other)
Produces a list of range subnets that span from this series to the given series.
-