Uses of Interface
ucar.ma2.IndexIterator

Packages that use IndexIterator
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
 

Uses of IndexIterator in ucar.ma2
 

Classes in ucar.ma2 that implement IndexIterator
 class IteratorFast
          A "fast" iterator that can be used when the data is in canonical order.
 

Methods in ucar.ma2 that return IndexIterator
 IndexIterator Array.getIndexIterator()
          Get an index iterator for traversing the array in canonical order.
 IndexIterator Array.getIndexIteratorFast()
          Deprecated. use getIndexIterator
 IndexIterator Array.getRangeIterator(java.util.List<Range> ranges)
          Get an index iterator for traversing a section of the array in canonical order.
 

Methods in ucar.ma2 with parameters of type IndexIterator
static void MAMath.copy(DataType dataType, IndexIterator from, IndexIterator to)
          Copy using iterators.