Uses of Class
inet.ipaddr.ipv6.IPv6AddressAssociativeTrie
Packages that use IPv6AddressAssociativeTrie
Package
Description
Contains utility classes such as collections, spliterators, and String-writers.
Classes for IPv6
-
Uses of IPv6AddressAssociativeTrie in inet.ipaddr.format.util
Subclasses with type arguments of type IPv6AddressAssociativeTrie in inet.ipaddr.format.utilModifier and TypeClassDescriptionclassCombines an IPv4 with an IPv6 associative trie to map both IPv4 and IPv6 addresses and prefix blocks.Methods in inet.ipaddr.format.util that return IPv6AddressAssociativeTrieConstructors in inet.ipaddr.format.util with parameters of type IPv6AddressAssociativeTrieModifierConstructorDescriptionDualIPv4v6AssociativeTries(IPv4AddressAssociativeTrie<V> ipv4Trie, IPv6AddressAssociativeTrie<V> ipv6Trie) -
Uses of IPv6AddressAssociativeTrie in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPv6AddressAssociativeTrie