Package ucar.ma2
Interface RangeIterator
- All Known Implementing Classes:
Range,RangeComposite,RangeScatter
Generalization of Range (which is restricted to (start:stop:stride).
RangeIterator is over an arbitrary set of integers from the set {0..fullSize-1}.
- Since:
- 8/19/2015
-
Method Summary
Modifier and TypeMethodDescriptioncopyWithName(String name) Make a copy with a different name.getName()The name of this Range iterator.iterator()intlength()The number of index in this iterator.Deprecated.use copyWithName().Methods inherited from interface java.lang.Iterable
forEach, spliterator