is new.
BlockingDeque
<E>,
BlockingQueue
<E>,
Collection
<E>,
DataSet
<T>,
DataSetResolver
<T>,
Deque
<E>,
List
<E>,
NavigableSet
<E>,
Queue
<E>,
Set
<E>,
SortedSet
<E>
,
ArrayDeque
,
ArrayList
,
BatchUpdateException
,
ClientInfoException
,
ConcurrentLinkedQueue
,
ConcurrentSkipListSet
,
CopyOnWriteArrayList
,
CopyOnWriteArraySet
,
DataTruncation
,
DelayQueue
,
EnumSet
,
HashSet
,
JobStateReasons
,
LinkedBlockingDeque
,
LinkedBlockingQueue
,
LinkedHashSet
,
LinkedList
,
PriorityBlockingQueue
,
PriorityQueue
,
Service
SQLDataException
,
SQLException
,
SQLIntegrityConstraintViolationException
,
SQLInvalidAuthorizationSpecException
,
SQLNonTransientConnectionException
,
SQLNonTransientException
,
SQLSyntaxErrorException
,
SQLTimeoutException
,
SQLTransactionRollbackException
,
SQLTransientConnectionException
,
SQLTransientException
,
SQLWarning
,
Stack
,
SynchronousQueue
,
TreeSet
,
Vector
public interface Iterable<T>
Implementing this interface allows an object to be the target of the "foreach" statement.
| Method Summary | |
|---|---|
| Iterator < T > |
iterator
() Returns an iterator over a set of elements of type T. |
| Method Detail |
|---|
Iterator<T> iterator()