API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.lang.
Iterable
View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
Iterable
Subinterfaces
See ALL subinterfaces
Collection
See DIRECT subinterfaces
BeanContext
BeanContextServices
BlockingDeque
BlockingQueue
Collection
Deque
List
NavigableSet
Queue
Set
SortedSet
Quick Links:
Methods
Fields
Description
public
interface Iterable
Implementing this interface allows an object to be the target of the "foreach" statement.
Implementing this interface allows an object to be the target of
the "foreach" statement.
See also:
Methods
Hide/Show inherited methods
public
Iterator
<
T
>
iterator
()
Returns an iterator over a set of elements of type T.
Returns an iterator over a set of elements of type T.
Returns:
an Iterator.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar