Class ArcsSet.SubArcsIterator
java.lang.Object
org.apache.commons.math3.geometry.spherical.oned.ArcsSet.SubArcsIterator
- All Implemented Interfaces:
Iterator<double[]>
- Enclosing class:
ArcsSet
Local iterator for sub-arcs.
-
Field Details
-
firstStart
Start of the first arc. -
current
Current node. -
pending
private double[] pendingSub-arc no yet returned.
-
-
Constructor Details
-
SubArcsIterator
SubArcsIterator()Simple constructor.
-
-
Method Details
-
selectPending
private void selectPending()Walk the tree to select the pending sub-arc. -
hasNext
public boolean hasNext() -
next
public double[] next() -
remove
public void remove()
-