Bluestep JS Documentation
Preparing search index...
Java
Java
Iterator
Interface Iterator<E>
interface
Iterator
<
E
>
{
forEachRemain
(
action
:
Consumer
<
E
>
)
:
void
;
hasNext
()
:
boolean
;
next
()
:
E
;
remove
()
:
void
;
}
Type Parameters
E
Hierarchy (
View Summary
)
Iterator
ListIterator
Index
Methods
for
Each
Remain
has
Next
next
remove
Methods
for
Each
Remain
forEachRemain
(
action
:
Consumer
<
E
>
)
:
void
Parameters
action
:
Consumer
<
E
>
Returns
void
has
Next
hasNext
()
:
boolean
Returns
boolean
next
next
()
:
E
Returns
E
remove
remove
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
for
Each
Remain
has
Next
next
remove
Bluestep JS Documentation
Loading...