<h2>org.das2.qds.QubeDataSetIterator.IndexListIteratorFactory</h2><p>Factory for iterator that goes through a list of indices.  The indices can be negative.</p>
<h2>IndexListIteratorFactory( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> ds )</h2>
<p>initialize with the set of indices.</p>

<hr>
<a name="getList"></a>
<h2>getList</h2>
getList(  ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a>

<p></p>

<h3>Returns:</h3>
org.das2.qds.QDataSet

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getList&unscoped_q=getList">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qds/QubeDataSetIterator.IndexListIteratorFactory.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/QubeDataSetIterator.IndexListIteratorFactory.html#getList">[view on old javadoc]</a>
 <a href="https://github.com/das-developers/das2java/tree/main/QDataSet/src/org/das2/qds/QubeDataSetIterator.IndexListIteratorFactory.java#L321">[view source]</a>
<br>
<br>
<hr>
<a name="newIterator-int"></a>
<h2>newIterator</h2>
newIterator( int length ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/qds/QubeDataSetIterator/DimensionIterator.html'>org.das2.qds.QubeDataSetIterator.DimensionIterator</a>

<p></p>

<h3>Parameters</h3>
length - an int

<h3>Returns:</h3>
org.das2.qds.QubeDataSetIterator.DimensionIterator

<br><br>
<a href="https://github.com/autoplot/dev/search?q=newIterator&unscoped_q=newIterator">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qds/QubeDataSetIterator.IndexListIteratorFactory.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/QubeDataSetIterator.IndexListIteratorFactory.html#newIterator-int">[view on old javadoc]</a>
 <a href="https://github.com/das-developers/das2java/tree/main/QDataSet/src/org/das2/qds/QubeDataSetIterator.IndexListIteratorFactory.java#L313">[view source]</a>
<br>
<br>