E
- the type of elements returned by this iteratorpublic interface ObjIterator<E> extends Iterator<E>
Iterator
for the symmetry with primitive specializations.
See the comparison of iteration ways in the library.
Iterators of updatable and immutable collections don't support Iterator.remove()
operation. More about mutability profiles.
ObjCollection.iterator()
forEachRemaining, hasNext, next, remove