JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
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>,
List
<E>,
Set
<E>
All Known Implementing Classes:
AbstractCollection
,
AbstractList
,
AbstractSet
,
ArrayList
,
Stack
,
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
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method