class QuadBuckets.QuadBucketIterator extends java.lang.Object implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
private int |
contentIndex |
private QuadBuckets.QBLevel<T> |
currentNode |
(package private) boolean |
fromInvalidBBoxPrimitives |
private java.util.Iterator<T> |
invalidBBoxIterator |
(package private) QuadBuckets<T> |
qb |
Constructor and Description |
---|
QuadBucketIterator(QuadBuckets<T> qb) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
(package private) QuadBuckets.QBLevel<T> |
nextContentNode(QuadBuckets.QBLevel<T> q) |
(package private) T |
peek() |
void |
remove() |
private QuadBuckets.QBLevel<T extends IPrimitive> currentNode
private int contentIndex
private final java.util.Iterator<T extends IPrimitive> invalidBBoxIterator
boolean fromInvalidBBoxPrimitives
QuadBuckets<T extends IPrimitive> qb
QuadBucketIterator(QuadBuckets<T> qb)
final QuadBuckets.QBLevel<T> nextContentNode(QuadBuckets.QBLevel<T> q)
public boolean hasNext()
hasNext
in interface java.util.Iterator<T extends IPrimitive>
public T next()
next
in interface java.util.Iterator<T extends IPrimitive>
public void remove()
remove
in interface java.util.Iterator<T extends IPrimitive>