Uses of Class
inet.ipaddr.ipv6.IPv6AddressSection.CompressOptions.CompressionChoiceOptions
-
Packages that use IPv6AddressSection.CompressOptions.CompressionChoiceOptions Package Description inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPv6AddressSection.CompressOptions.CompressionChoiceOptions in inet.ipaddr.ipv6
Fields in inet.ipaddr.ipv6 declared as IPv6AddressSection.CompressOptions.CompressionChoiceOptions Modifier and Type Field Description IPv6AddressSection.CompressOptions.CompressionChoiceOptions
IPv6AddressSection.CompressOptions. rangeSelection
Methods in inet.ipaddr.ipv6 that return IPv6AddressSection.CompressOptions.CompressionChoiceOptions Modifier and Type Method Description static IPv6AddressSection.CompressOptions.CompressionChoiceOptions
IPv6AddressSection.CompressOptions.CompressionChoiceOptions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IPv6AddressSection.CompressOptions.CompressionChoiceOptions[]
IPv6AddressSection.CompressOptions.CompressionChoiceOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in inet.ipaddr.ipv6 with parameters of type IPv6AddressSection.CompressOptions.CompressionChoiceOptions Constructor Description CompressOptions(boolean compressSingle, IPv6AddressSection.CompressOptions.CompressionChoiceOptions rangeSelection)
CompressOptions(boolean compressSingle, IPv6AddressSection.CompressOptions.CompressionChoiceOptions rangeSelection, IPv6AddressSection.CompressOptions.MixedCompressionOptions compressMixedOptions)
-