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

org.eclipse.persistence.jpa.jpql.utility.iterator
Class CloneListIterator.Mutator.ReadOnly<S>

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly<S>
All Implemented Interfaces:
java.io.Serializable, CloneListIterator.Mutator<S>
Enclosing interface:
CloneListIterator.Mutator<T>

public static final class CloneListIterator.Mutator.ReadOnly<S>
extends java.lang.Object
implements CloneListIterator.Mutator<S>, java.io.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
static CloneListIterator.Mutator INSTANCE
           
 
Method Summary
 void add(int index, java.lang.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, java.lang.Object o)
          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
 

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,
                java.lang.Object o)
Description copied from interface: CloneListIterator.Mutator
Add the specified object to the original list.

Specified by:
add in interface CloneListIterator.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 interface CloneListIterator.Mutator<S>

set

public void set(int index,
                java.lang.Object o)
Description copied from interface: CloneListIterator.Mutator
Set the specified object in the original list.

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

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