com.googlecode.concurrenttrees.radix
Class ConcurrentRadixTree.NodeKeyPair
java.lang.Object
com.googlecode.concurrenttrees.radix.ConcurrentRadixTree.NodeKeyPair
- Enclosing class:
- ConcurrentRadixTree<O>
protected static class ConcurrentRadixTree.NodeKeyPair
- extends Object
Encapsulates a node and its associated key. Used internally by ConcurrentRadixTree.lazyTraverseDescendants(java.lang.CharSequence, com.googlecode.concurrenttrees.radix.node.Node).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
public final Node node
key
public final CharSequence key
ConcurrentRadixTree.NodeKeyPair
public ConcurrentRadixTree.NodeKeyPair(Node node,
CharSequence key)
Copyright © 2013. All Rights Reserved.