Package org.eclipse.persistence.jpa.jpql.utility.iterator
package org.eclipse.persistence.jpa.jpql.utility.iterator
-
ClassDescriptionAn
ArrayIterator
provides aIterator
for an array of objects.ACloneListIterator
iterates over a copy of a list, allowing for concurrent access to the original list.Used byCloneListIterator
to remove elements from the original list; since the list iterator does not have direct access to the original list.