Method Iterator()->`+()
- Method
`+
Iterator
res =Iterator()
+steps
- Description
Returns a clone of this iterator which is advanced the specified number of steps. The amount may be negative to move backwards.
If the iterator doesn't support backward movement it should throw an exception in that case.
- See also