|
Sparksee
6.0.2
|
Int32List iterator class. More...


Instance Methods | |
| (int) | - next |
| Moves to the next element. More... | |
| (BOOL) | - hasNext |
| Gets if there are more elements. More... | |
Int32List iterator class.
Iterator to traverse all the integer into a Int32List instance.
| - (BOOL) hasNext |
Gets if there are more elements.
| - (int) next |
Moves to the next element.