Module eclipselink
Class CloneListIterable.DefaultMutator
java.lang.Object
org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
- All Implemented Interfaces:
CloneListIterator.Mutator<E>
- Enclosing class:
CloneListIterable<E>
protected class CloneListIterable.DefaultMutator
extends 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
Constructors -
Method Summary
-
Constructor Details
-
DefaultMutator
protected DefaultMutator()Default constructor.
-
-
Method Details
-
add
Description copied from interface:CloneListIterator.MutatorAdd the specified object to the original list.- Specified by:
addin interfaceCloneListIterator.Mutator<E>
-
remove
public void remove(int index) Description copied from interface:CloneListIterator.MutatorRemove the specified object from the original list.- Specified by:
removein interfaceCloneListIterator.Mutator<E>
-
set
Description copied from interface:CloneListIterator.MutatorSet the specified object in the original list.- Specified by:
setin interfaceCloneListIterator.Mutator<E>
-