|
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.ArrayIterable<E>
E
- the type of elements returned by the iterable's iteratorpublic class ArrayIterable<E>
An ArrayIterable
provides an Iterable
for an array of objects of type E
.
ArrayIterator
,
ArrayListIterable
Constructor Summary | |
---|---|
ArrayIterable(E... array)
Construct an iterable for the specified array. |
|
ArrayIterable(E[] array,
int start)
Construct an iterable for the specified array, starting at the specified start index and continuing for the rest of the array. |
|
ArrayIterable(E[] array,
int start,
int length)
Construct an iterable for the specified array, starting at the specified start index and continuing for the specified length. |
Method Summary | |
---|---|
java.util.Iterator<E> |
iterator()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ArrayIterable(E... array)
public ArrayIterable(E[] array, int start)
public ArrayIterable(E[] array, int start, int length)
Method Detail |
---|
public java.util.Iterator<E> iterator()
iterator
in interface java.lang.Iterable<E>
public java.lang.String toString()
toString
in class java.lang.Object
|
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 |