JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="ej.api" name="edc" rev="1.2.3" />
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>,
List
<E>,
NavigableSet
<E>,
Queue
<E>,
ResourceCollection
,
Set
<E>,
SortedSet
<E>
All Known Implementing Classes:
AbstractClasspathResource
,
AbstractCollection
,
AbstractKFList
,
AbstractList
,
AbstractQueue
,
AbstractResourceCollectionWrapper
,
AbstractSequentialList
,
AbstractSet
,
AllButFirst
,
AllButLast
,
ArchiveFileSet
,
ArchiveResource
,
Archives
,
ArrayDeque
,
ArrayList
,
BaseResourceCollectionContainer
,
BaseResourceCollectionWrapper
,
BCFileSet
,
BZip2Resource
,
ClassfileSet
,
Composite
,
CompressedResource
,
Concat
,
ContentTransformingResource
,
Device
,
Difference
,
DirSet
,
FileList
,
FileResource
,
Files
,
FileSet
,
First
,
GZipResource
,
HashSet
,
Header
,
IdentityStack
,
Intersect
,
JavaConstantResource
,
Javadoc.TagArgument
,
JavaResource
,
JSONArray
,
KFList
,
KFList2
,
Last
,
LazyResourceCollectionWrapper
,
LibFileSet
,
LinkedList
,
LogOutputResource
,
MappedResource
,
MappedResourceCollection
,
MultiRootFileSet
,
Path
,
Path.PathElement
,
PropertyResource
,
PropertySet
,
Resource
,
ResourceDecorator
,
ResourceList
,
Resources
,
Restrict
,
SizeLimitCollection
,
Sort
,
Stack
,
StringResource
,
Tar.TarFileSet
,
TarFileSet
,
TarResource
,
Tokens
,
TreeSet
,
Union
,
URLResource
,
Vector
,
VectorSet
,
ZipFileSet
,
ZipResource
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
<dependency org="ej.api" name="edc" rev="1.2.3" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method