Uses of Interface
inet.ipaddr.format.util.TreeOps
Packages that use TreeOps
Package
Description
Contains utility classes such as collections, spliterators, and String-writers.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of TreeOps in inet.ipaddr.format.util
Subinterfaces of TreeOps in inet.ipaddr.format.utilModifier and TypeInterfaceDescriptioninterface
AddressTrieOps<E extends Address>
Provides an interface to the trie operations.static interface
AddressTrieOps.AddressTrieAddOps<E extends Address>
Provides an interface to the trie add operations.static interface
AddressTrieOps.AssociativeAddressTrieOps<K extends Address,
V> Provides an interface to the associative trie operations.static interface
AddressTrieOps.AssociativeAddressTriePutOps<K extends Address,
V> Provides an interface to the associative trie put operations.Classes in inet.ipaddr.format.util that implement TreeOpsModifier and TypeClassDescriptionclass
AddressTrie<E extends Address>
A compact binary trie (aka compact binary prefix tree, or binary radix trie), for addresses and/or CIDR prefix block subnets.static class
AddressTrie.TrieNode<E extends Address>
A node for a compact binary prefix trie whose elements are prefix block subnets or addresses,class
AssociativeAddressTrie<K extends Address,
V> An address trie in which each node is associated with a value.static class
AssociativeAddressTrie.AssociativeTrieNode<K extends Address,
V> class
A binary tree node. -
Uses of TreeOps in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement TreeOpsModifier and TypeClassDescriptionclass
An IPv4 address trie in which each node can be associated with a value.static class
class
An IPv4 address trie.static class
-
Uses of TreeOps in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement TreeOpsModifier and TypeClassDescriptionclass
An IPv6 address trie in which each node can be associated with a value.static class
class
An IPv6 address trie.static class
-
Uses of TreeOps in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement TreeOpsModifier and TypeClassDescriptionclass
A MAC address trie in which each node can be associated with a value.static class
class
A MAC address trie.static class