protected class AbstractRTree.TreeWalker<Q extends RNode>
extends java.util.Spliterators.AbstractSpliterator<T>
Modifier and Type | Method and Description |
---|---|
long |
estimateSize() |
boolean |
tryAdvance(java.util.function.Consumer<? super T> action) |
java.util.Spliterator<T> |
trySplit()
Try to split the remaining items in half.
|