View Mode: Public API (
switch
)
feedback
root
java
j2se
1.6
java.lang
Iterable
Interface: java.lang.Iterable<T>
public interface
Iterable<T>
Implementing this interface allows an object to be the target of the "foreach" statement.
Since:
@since
1.5
Methods
iterator
top
public
Iterator
<T> iterator()
Returns an iterator over a set of elements of type T.
Return:
@return
an Iterator.
Related Links:
Google Code Search
Stack Overflow
Methods
Members
iterator():Iterator<T>
Inheritance
Class
Iterable<T>
Children
AbstractCollection
AbstractList
AbstractQueue
AbstractSequentialList
AbstractSet
ArrayBlockingQueue
ArrayDeque
ArrayList
AttributeList
BatchUpdateException
BeanContext
BeanContextServices
BeanContextServicesSupport
BeanContextSupport
BlockingDeque
BlockingQueue
Collection
ConcurrentLinkedQueue
ConcurrentSkipListSet
CopyOnWriteArrayList
CopyOnWriteArraySet
DataTruncation
DelayQueue
Deque
EnumSet
HashSet
JobStateReasons
LinkedBlockingDeque
LinkedBlockingQueue
LinkedHashSet
LinkedList
List
NavigableSet
PriorityBlockingQueue
PriorityQueue
Queue
RoleList
RoleUnresolvedList
RowSetWarning
SQLClientInfoException
SQLDataException
SQLException
SQLFeatureNotSupportedException
SQLIntegrityConstraintViolationException
SQLInvalidAuthorizationSpecException
SQLNonTransientConnectionException
SQLNonTransientException
SQLRecoverableException
SQLSyntaxErrorException
SQLTimeoutException
SQLTransactionRollbackException
SQLTransientConnectionException
SQLTransientException
SQLWarning
SerialException
ServiceLoader
Set
SortedSet
Stack
SyncFactoryException
SyncProviderException
SynchronousQueue
TreeSet
Vector