public abstract class EntityInstanceSetIterator extends Object implements Iterator<EntityInstance>
| Constructor and Description |
|---|
EntityInstanceSetIterator() |
| Modifier and Type | Method and Description |
|---|---|
EntityInstance |
next()
Get the next object in the set.
|
abstract EntityInstance |
nextInstance()
Get the next object in the set, cast to an EntityInstance.
|
void |
remove()
Remove the current object from the set.
|
public abstract EntityInstance nextInstance()
public EntityInstance next()
next in interface Iterator<EntityInstance>public void remove()
remove in interface Iterator<EntityInstance>