class Matrix::ItemIterator(T)
- Matrix::ItemIterator(T)
- Reference
- Object
Included Modules
- Iterator(T)
Defined in:
matrix.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #rewind
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(T)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.