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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add the specified object to the original list.static <R> CloneListIterator.Mutator<R>
instance()
void
remove
(int index) Remove the specified object from the original list.void
Set the specified object in the original list.
-
Field Details
-
INSTANCE
-
-
Method Details
-
instance
-
add
Description copied from interface:CloneListIterator.Mutator
Add the specified object to the original list.- Specified by:
add
in interfaceCloneListIterator.Mutator<S>
-
remove
public void remove(int index) Description copied from interface:CloneListIterator.Mutator
Remove the specified object from the original list.- Specified by:
remove
in interfaceCloneListIterator.Mutator<S>
-
set
Description copied from interface:CloneListIterator.Mutator
Set the specified object in the original list.- Specified by:
set
in interfaceCloneListIterator.Mutator<S>
-