Module eclipselink
Class CloneListIterator.Mutator.ReadOnly<S>
java.lang.Object
org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly<S>
- All Implemented Interfaces:
Serializable,CloneListIterator.Mutator<S>
- Enclosing interface:
CloneListIterator.Mutator<T>
public static final class CloneListIterator.Mutator.ReadOnly<S>
extends Object
implements CloneListIterator.Mutator<S>, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
CloneListIterator.Mutator.ReadOnly<S> -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd the specified object to the original list.static <R> CloneListIterator.Mutator<R> instance()voidremove(int index) Remove the specified object from the original list.voidSet the specified object in the original list.
-
Field Details
-
INSTANCE
-
-
Method Details
-
instance
-
add
Description copied from interface:CloneListIterator.MutatorAdd the specified object to the original list.- Specified by:
addin interfaceCloneListIterator.Mutator<S>
-
remove
public void remove(int index) Description copied from interface:CloneListIterator.MutatorRemove the specified object from the original list.- Specified by:
removein interfaceCloneListIterator.Mutator<S>
-
set
Description copied from interface:CloneListIterator.MutatorSet the specified object in the original list.- Specified by:
setin interfaceCloneListIterator.Mutator<S>
-