Package | Description |
---|---|
com.googlecode.concurrenttrees.radix |
Modifier and Type | Method and Description |
---|---|
protected Iterable<ConcurrentRadixTree.NodeKeyPair> |
ConcurrentRadixTree.lazyTraverseDescendants(CharSequence startKey,
Node startNode)
Traverses the tree using depth-first, preordered traversal, starting at the given node, using lazy evaluation
such that the next node is only determined when next() is called on the iterator returned.
|
Copyright © 2016. All rights reserved.