Uses of Class
inet.ipaddr.format.util.BaseDualIPv4v6Tries
-
Packages that use BaseDualIPv4v6Tries Package Description inet.ipaddr.format.util Contains utility classes such as collections, spliterators, and String-writers. -
-
Uses of BaseDualIPv4v6Tries in inet.ipaddr.format.util
Subclasses of BaseDualIPv4v6Tries in inet.ipaddr.format.util Modifier and Type Class Description classDualIPv4v6AssociativeTries<V>Combines an IPv4 with an IPv6 associative trie to map both IPv4 and IPv6 addresses and prefix blocks.classDualIPv4v6TriesCombines an IPv4 with an IPv6 trie to store both IPv4 and IPv6 addresses and prefix blocks.Methods in inet.ipaddr.format.util that return BaseDualIPv4v6Tries Modifier and Type Method Description BaseDualIPv4v6Tries<T4,T6>BaseDualIPv4v6Tries. clone()
-