JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
java.util
Iterator
Contents
Description
Method Summary
Method Details
hasNext()
next()
remove()
Hide sidebar
Show sidebar
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
()