EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql.util.iterator
Interface IterableListIterator<T>

All Superinterfaces:
java.lang.Iterable<T>, IterableIterator<T>, java.util.Iterator<T>, java.util.ListIterator<T>
All Known Implementing Classes:
ArrayListIterator, CloneListIterator, NullListIterator, SingleElementListIterator

public interface IterableListIterator<T>
extends IterableIterator<T>, java.util.ListIterator<T>

This interface makes an ListIterator Iterable so it can be used in an enhanced for loop.

Version:
2.4
Since:
2.4

Method Summary
 java.util.ListIterator<T> iterator()
          
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

iterator

java.util.ListIterator<T> iterator()

Specified by:
iterator in interface java.lang.Iterable<T>

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference