|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable<E>
E
- the type of elements returned by the list iterable's list iteratorpublic abstract class CloneListIterable<E>
Pull together mutator state and behavior for subclasses.
SnapshotCloneListIterable
,
LiveCloneListIterable
Nested Class Summary | |
---|---|
protected class |
CloneListIterable.DefaultMutator
|
Constructor Summary | |
---|---|
protected |
CloneListIterable()
|
protected |
CloneListIterable(CloneListIterator.Mutator<E> mutator)
|
Method Summary | |
---|---|
protected void |
add(int index,
E element)
At the specified index, add the specified element to the original list. |
protected CloneListIterator.Mutator<E> |
buildDefaultMutator()
|
protected void |
remove(int index)
Remove the element at the specified index from the original list. |
protected void |
set(int index,
E element)
At the specified index, set the specified element in the original list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.persistence.jpa.jpql.utility.iterable.ListIterable |
---|
iterator |
Constructor Detail |
---|
protected CloneListIterable()
protected CloneListIterable(CloneListIterator.Mutator<E> mutator)
Method Detail |
---|
protected CloneListIterator.Mutator<E> buildDefaultMutator()
protected void add(int index, E element)
This method can be overridden by a subclass as an
alternative to building a
org.eclipse.jpt.common.utility.internal.iterators.CloneListIterator.Mutator
.
protected void remove(int index)
This method can be overridden by a subclass as an
alternative to building a
org.eclipse.jpt.common.utility.internal.iterators.CloneListIterator.Mutator
.
protected void set(int index, E element)
This method can be overridden by a subclass as an
alternative to building a
org.eclipse.jpt.common.utility.internal.iterators.CloneListIterator.Mutator
.
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |