EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference

org.eclipse.persistence.jpa.jpql.tools.utility.iterator
Interface CloneIterator.Remover<T>

All Known Implementing Classes:
CloneIterable.DefaultRemover, CloneIterator.Remover.ReadOnly
Enclosing class:
CloneIterator<E>

public static interface CloneIterator.Remover<T>

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


Nested Class Summary
static class CloneIterator.Remover.ReadOnly<S>
           
 
Method Summary
 void remove(T element)
          Remove the specified object from the original collection.
 

Method Detail

remove

void remove(T element)
Remove the specified object from the original collection.


EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference