public static class MultiDynObjectSet.MultiDynObjectSetDisposableIterator extends java.lang.Object implements DisposableIterator
EMPTY_DISPOSABLE_ITERATOR
Constructor and Description |
---|
MultiDynObjectSetDisposableIterator(DynObjectSet[] innerSets) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
public MultiDynObjectSetDisposableIterator(DynObjectSet[] innerSets) throws BaseException
BaseException
public void dispose()
Disposable
NOTE:After calling this method, the object may not be usable anymore.
dispose
in interface Disposable
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator