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

org.eclipse.persistence.jpa.jpql.utility.iterable
Class CloneListIterable.DefaultMutator

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
All Implemented Interfaces:
CloneListIterator.Mutator<E>
Enclosing class:
CloneListIterable<E>

protected class CloneListIterable.DefaultMutator
extends java.lang.Object
implements CloneListIterator.Mutator<E>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
CloneListIterator.Mutator.ReadOnly<S>
 
Constructor Summary
protected CloneListIterable.DefaultMutator()
           
 
Method Summary
 void add(int index, E element)
          Add the specified object to the original list.
 void remove(int index)
          Remove the specified object from the original list.
 void set(int index, E element)
          Set the specified object in the original list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneListIterable.DefaultMutator

protected CloneListIterable.DefaultMutator()
Method Detail

add

public void add(int index,
                E element)
Description copied from interface: CloneListIterator.Mutator
Add the specified object to the original list.

Specified by:
add in interface CloneListIterator.Mutator<E>

remove

public void remove(int index)
Description copied from interface: CloneListIterator.Mutator
Remove the specified object from the original list.

Specified by:
remove in interface CloneListIterator.Mutator<E>

set

public void set(int index,
                E element)
Description copied from interface: CloneListIterator.Mutator
Set the specified object in the original list.

Specified by:
set in interface CloneListIterator.Mutator<E>

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