Analogous to LINQ's System.Collections.Enumerator. Unlike LINQ, if the underlying collection has been modified it is only optional that an implementation of the Enumerator interface detects it and throws a {@link java.util.ConcurrentModificationException}.
@param < T> Element type
|
|
|
|
|
|
|
|
|
|