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 class
DualIPv4v6AssociativeTries<V>
Combines an IPv4 with an IPv6 associative trie to map both IPv4 and IPv6 addresses and prefix blocks.class
DualIPv4v6Tries
Combines 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()
-