JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
java.lang
Interface Iterable<T>
All Known Subinterfaces:
Collection
<E>,
Deque
<E>,
List
<E>,
NavigableSet
<E>,
Queue
<E>,
Set
<E>,
SortedSet
<E>
All Known Implementing Classes:
AbstractCollection
,
AbstractList
,
AbstractQueue
,
AbstractSequentialList
,
AbstractSet
,
Accordion
,
Ads
,
ArrayDeque
,
ArrayList
,
AudioRecorderComponent
,
AutoCompleteTextComponent
,
BaseSpinner
,
BrowserComponent
,
ButtonList
,
Calendar
,
CheckBoxList
,
ClearableTextField
,
CollectionProperty
,
ComponentGroup
,
ComponentSelector
,
Container
,
ContainerList
,
DateSpinner
,
DateTimeSpinner
,
Dialog
,
Element
,
EmbeddedContainer
,
FileTree
,
FloatingHint
,
Form
,
GenericSpinner
,
GeofenceManager
,
HashSet
,
HTMLComponent
,
HTMLElement
,
InfiniteContainer
,
InputComponent
,
InteractionDialog
,
InterFormContainer
,
LinkedHashSet
,
LinkedList
,
ListProperty
,
MapComponent
,
MapProperty
,
MediaPlayer
,
MenuBar
,
MultiButton
,
NumericSpinner
,
OnOffSwitch
,
PickerComponent
,
PriorityQueue
,
Progress
,
PropertyIndex
,
RadioButtonList
,
Scene
,
SetProperty
,
Sheet
,
SideMenuBar
,
SignatureComponent
,
SpanButton
,
SpanLabel
,
SpanMultiButton
,
SplitPane
,
Stack
,
SwipeableContainer
,
SwitchList
,
Table
,
Tabs
,
TestRunnerComponent
,
TextComponent
,
TextComponentPassword
,
TextSelection.Span
,
TextSelection.Spans
,
TimeSpinner
,
Toolbar
,
Tree
,
TreeSet
,
Vector
,
WebBrowser
public interface
Iterable<T>
Objects of classes that implement this interface can be used within a
foreach
statement.
Since:
1.5
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Iterator
<
T
>
iterator
()
Returns an
Iterator
for the elements in this object.
Method Detail
iterator
Iterator
<
T
> iterator()
Returns an
Iterator
for the elements in this object.
Returns:
An
Iterator
instance.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method