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 |
---|
NodeKeyPair(Node node,
CharSequence key) |
public final Node node
public final CharSequence key
public NodeKeyPair(Node node, CharSequence key)
Copyright © 2016. All rights reserved.