JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
java.util.Iterator
Packages that use
Iterator
Package
Description
java.util
Uses of
Iterator
in
java.util
Subinterfaces of
Iterator
in
java.util
Modifier and Type
Interface
Description
interface
ListIterator
Methods in
java.util
that return
Iterator
Modifier and Type
Method
Description
abstract
Iterator
AbstractCollection.
iterator
()
Iterator
AbstractList.
iterator
()
Iterator
AbstractSequentialList.
iterator
()
Iterator
Collection.
iterator
()
Iterator
HashSet.
iterator
()
Iterator
List.
iterator
()
Iterator
Set.
iterator
()
Iterator
TreeSet.
iterator
()