protected static class ConcurrentRadixTree.NodeKeyPair extends Object
ConcurrentRadixTree.lazyTraverseDescendants(java.lang.CharSequence, com.googlecode.concurrenttrees.radix.node.Node).| Modifier and Type | Field and Description |
|---|---|
CharSequence |
key |
Node |
node |
| Constructor and Description |
|---|
ConcurrentRadixTree.NodeKeyPair(Node node,
CharSequence key) |
public final Node node
public final CharSequence key
public ConcurrentRadixTree.NodeKeyPair(Node node, CharSequence key)
Copyright © 2017. All Rights Reserved.