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

org.eclipse.persistence.jpa.jpql.utility.iterable
Interface ListIterable<T>

All Superinterfaces:
java.lang.Iterable<T>
All Known Implementing Classes:
CloneListIterable, SingleElementListIterable, SnapshotCloneListIterable

public interface ListIterable<T>
extends java.lang.Iterable<T>

A ListIterable simply forces the returned object to be an instance of ListIterator.

Version:
2.5
Author:
Pascal Filion
Since:
2.5

Method Summary
 java.util.ListIterator<T> iterator()
          
 

Method Detail

iterator

java.util.ListIterator<T> iterator()

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

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