Class ConcurrentRadixTree.NodeKeyPair
java.lang.Object
com.googlecode.concurrenttrees.radix.ConcurrentRadixTree.NodeKeyPair
- Enclosing class:
ConcurrentRadixTree<O>
Encapsulates a node and its associated key. Used internally by
ConcurrentRadixTree.lazyTraverseDescendants(java.lang.CharSequence, com.googlecode.concurrenttrees.radix.node.Node)
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
-
key
-
-
Constructor Details
-
NodeKeyPair
-