is new.
ServiceLoader
,
SQLClientInfoException
,
SQLDataException
,
SQLException
,
SQLFeatureNotSupportedException
,
SQLIntegrityConstraintViolationException
,
SQLInvalidAuthorizationSpecException
,
SQLNonTransientConnectionException
,
SQLNonTransientException
,
SQLRecoverableException
,
SQLSyntaxErrorException
,
SQLTimeoutException
,
SQLTransactionRollbackException
,
SQLTransientConnectionException
,
SQLTransientException
,
SQLWarning
,
Stack
,
SyncFactoryException
,
SynchronousQueue
,
SyncProviderException
,
TreeSet
,
Vector
public interface Iterable<T>
Implementing this interface allows an object to be the target of the "foreach" statement.
Since:
1.5
| Method Summary | |
|---|---|
| Iterator < T > |
iterator
() Returns an iterator over a set of elements of type T. |
| Method Detail |
|---|
Iterator<T> iterator()