JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Use this class in your project
In order to use this class in your project, add this dependency in your project build file:
SDK 6 (build.gradle.kts)
SDK 5 (module.ivy)
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>,
Deque
<E>,
Internal.BooleanList
,
Internal.DoubleList
,
Internal.FloatList
,
Internal.IntList
,
Internal.LongList
,
Internal.ProtobufList
<E>,
LazyStringList
,
List
<E>,
NavigableSet
<E>,
ProtocolStringList
,
Queue
<E>,
Set
<E>,
SortedSet
<E>
All Known Implementing Classes:
AbstractCollection
,
AbstractKFList
,
AbstractList
,
AbstractQueue
,
AbstractSequentialList
,
AbstractSet
,
ArrayDeque
,
ArrayList
,
ByteString
,
HashSet
,
Internal.ListAdapter
,
JSONArray
,
KFList
,
KFList2
,
LinkedList
,
Stack
,
TreeSet
,
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
Tree
Index
Help
Use this class in your project
In order to use this class in your project, add this dependency in your project build file:
SDK 6 (build.gradle.kts)
SDK 5 (module.ivy)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method