com.googlecode.concurrenttrees.radix
Class ConcurrentRadixTree.NodeKeyPair

java.lang.Object
  extended by 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).


Field Summary
 CharSequence key
           
 Node node
           
 
Constructor Summary
ConcurrentRadixTree.NodeKeyPair(Node node, CharSequence key)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

public final Node node

key

public final CharSequence key
Constructor Detail

ConcurrentRadixTree.NodeKeyPair

public ConcurrentRadixTree.NodeKeyPair(Node node,
                                       CharSequence key)


Copyright © 2013. All Rights Reserved.