EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql.util.iterator
Interface Mutator<E>

All Known Implementing Classes:
NullMutator

public interface Mutator<E>

Used by CloneIterator to remove elements from the original collection; since the iterator does not have direct access to the original collection.

Version:
2.4
Since:
2.4

Method Summary
 void remove(E item)
          Removes the specified object from the original collection.
 

Method Detail

remove

void remove(E item)
Removes the specified object from the original collection.

Parameters:
item - The item to remove from the original collection

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference