public interface Iteration<E>
A function iterating over a collection.
Except for Iteration.Mutable
instances, iterations are not
allowed to modify the collection iterated.
Modifier and Type | Interface and Description |
---|---|
static interface |
Iteration.Mutable<E> |
static interface |
Iteration.Sequential<E> |
Copyright © 2005-2013 Javolution. All Rights Reserved.