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

org.eclipse.persistence.jpa.jpql.utility.iterable
Class SnapshotCloneListIterable.LocalCloneListIterator<E>

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator<E>
      extended by org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable.LocalCloneListIterator<E>
All Implemented Interfaces:
java.util.Iterator<E>, java.util.ListIterator<E>
Enclosing class:
SnapshotCloneListIterable<E>

protected static class SnapshotCloneListIterable.LocalCloneListIterator<E>
extends CloneListIterator<E>

provide access to "internal" constructor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
CloneListIterator.Mutator<T>
 
Constructor Summary
protected SnapshotCloneListIterable.LocalCloneListIterator(CloneListIterator.Mutator<E> mutator, java.lang.Object[] array)
           
 
Method Summary
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
add, add, hasNext, hasPrevious, nestedNext, nestedPrevious, next, nextIndex, previous, previousIndex, remove, remove, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotCloneListIterable.LocalCloneListIterator

protected SnapshotCloneListIterable.LocalCloneListIterator(CloneListIterator.Mutator<E> mutator,
                                                           java.lang.Object[] array)

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