| Package | Description |
|---|---|
| java.lang |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.util |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
Iterable.iterator()
Returns an iterator over a set of elements of type T.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListIterator<E>
An iterator for lists that allows the programmer
to traverse the list in either direction, modify
the list during iteration, and obtain the iterator's
current position in the list.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
Set.iterator()
Returns an iterator over the elements in this set.
|
Iterator<S> |
ServiceLoader.iterator()
Lazily loads the available providers of this loader's service.
|
Iterator<E> |
List.iterator()
Returns an iterator over the elements in this list in proper sequence.
|
Iterator<E> |
Collection.iterator()
Returns an iterator over the elements in this collection.
|
Copyright © 2017 API Design. All Rights Reserved.