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:
- Serialized Form
-
-
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 Modifier and Type Field Description static CloneListIterator.Mutator
INSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int index, Object o)
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(int index, Object o)
Set the specified object in the original list.
-
-
-
Field Detail
-
INSTANCE
public static final CloneListIterator.Mutator INSTANCE
-
-
Method Detail
-
instance
public static <R> CloneListIterator.Mutator<R> instance()
-
add
public void add(int index, Object o)
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
public void set(int index, Object o)
Description copied from interface:CloneListIterator.Mutator
Set the specified object in the original list.- Specified by:
set
in interfaceCloneListIterator.Mutator<S>
-
-