org.sblim.cimclient.internal.wbem
public class CloseableIteratorGeneric<E> extends Object implements CloseableIterator<Object>
Parameters:
| Constructor Summary | |
|---|---|
| CloseableIteratorGeneric(Iterator<E> pIterator, WBEMException pException)
Ctor. | |
| CloseableIteratorGeneric(Iterator<E> pIterator)
Ctor. | |
| Method Summary | |
|---|---|
| void | close() |
| WBEMException | getWBEMException()
Returns WBEMException
|
| boolean | hasNext() |
| Object | next() |
| void | remove()
iterator.remove() is not supported |
Parameters: pIterator : Iterator to be used in closeableIterator pException : WBEMException thrown by parser (this can be null)
Parameters: pIterator : Iterator to be used in closeableIterator
Returns: WBEMException : This can be null