public static class MultiDynObjectSet.MultiDynObjectSetDisposableIterator extends Object implements DisposableIterator
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() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
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