|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.EntityInstanceSetIterator
public abstract class EntityInstanceSetIterator
Strongly-typed iterator for sets of EntityInstance objects
| Constructor Summary | |
|---|---|
EntityInstanceSetIterator()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext |
| Constructor Detail |
|---|
public EntityInstanceSetIterator()
| Method Detail |
|---|
public abstract EntityInstance nextInstance()
public java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||