public class ExtractChildEntitiesIterator extends Object implements Iterator<BulkEntity>
| Constructor and Description |
|---|
ExtractChildEntitiesIterator(Iterator<? extends BulkEntity> children) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BulkEntity |
next() |
void |
remove() |
void |
update() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ExtractChildEntitiesIterator(Iterator<? extends BulkEntity> children)
public boolean hasNext()
hasNext in interface Iterator<BulkEntity>public BulkEntity next()
next in interface Iterator<BulkEntity>public void update()
public void remove()
remove in interface Iterator<BulkEntity>Copyright © 2024. All rights reserved.