JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="ej.api" name="edc" rev="1.2.3" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
java.lang
Interface Iterable<T>
Type Parameters:
T
- the type of elements returned by the iterator
All Known Subinterfaces:
Collection
<E>,
Deque
<E>,
List
<E>,
NavigableSet
<E>,
Queue
<E>,
Set
<E>,
SortedSet
<E>
All Known Implementing Classes:
AbstractCollection
,
AbstractKFList
,
AbstractList
,
AbstractQueue
,
AbstractSequentialList
,
AbstractSet
,
ArrayDeque
,
ArrayList
,
Composite
,
Device
,
HashSet
,
JSONArray
,
KFList
,
KFList2
,
LinkedList
,
Stack
,
TreeSet
,
Vector
public interface
Iterable<T>
Implementing this interface allows an object to be the target of the "foreach" statement.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Iterator
<
T
>
iterator
()
Returns an iterator over a set of elements of type T.
Method Detail
iterator
Iterator
<
T
> iterator()
Returns an iterator over a set of elements of type T.
Returns:
an Iterator.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="ej.api" name="edc" rev="1.2.3" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method