|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Iterator | |
java.util |
Uses of Iterator in java.util |
Subinterfaces of Iterator in java.util | |
interface |
ListIterator
An iterator for lists that allows the programmer to traverse the list in either direction and modify the list during iteration. |
Methods in java.util that return Iterator | |
Iterator |
AbstractSequentialList.iterator()
Returns an iterator over the elements in this list (in proper sequence). |
Iterator |
HashSet.iterator()
Returns an iterator over the elements in this set. |
Iterator |
Set.iterator()
Returns an iterator over the elements in this set. |
Iterator |
List.iterator()
Returns an iterator over the elements in this list in proper sequence. |
Iterator |
Collection.iterator()
Returns an iterator over the elements in this collection. |
abstract Iterator |
AbstractCollection.iterator()
Returns an iterator over the elements contained in this collection. |
Iterator |
AbstractList.iterator()
Returns an iterator over the elements in this list in proper sequence. |
Iterator |
TreeSet.iterator()
Returns an iterator over the elements in this set. |
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |