|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CloseableIterator
An iterator over a collection. Iterator takes the place of Enumeration in the Java collections framework. Iterators differ from enumerations in two ways:
Method Summary | |
---|---|
void |
close()
Closes the Iterator . |
WBEMException |
getWBEMException()
If next() or hasNext() throws a RuntimeException, this method must be called to get the WBEMException. |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
void close()
Iterator
. This allows the undeerlying
implementation to do any cleanup and disconnect from any source that it
may be using.
WBEMException getWBEMException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |