Javolution 6.0.0 java
|
Classes | |
interface | Mutable |
interface | Sequential |
Public Member Functions | |
void | run (Iterator< E > it) |
A function iterating over a collection.
Except for Mutable instances, iterations are not allowed to modify the collection iterated.
Definition at line 22 of file Iteration.java.
void javolution.util.function.Iteration< E >.run | ( | Iterator< E > | it | ) |
Runs the iteration using the specified iterator.