JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
java.util
Interface Iterator
All Known Subinterfaces:
ListIterator
public interface
Iterator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
hasNext
()
Object
next
()
void
remove
()
Method Details
hasNext
boolean
hasNext
()
next
Object
next
()
remove
void
remove
()