|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javasteps.engine.StepsList
public class StepsList
The StepsList class is used as a special linked list for steps. To iterate through the steps, use a StepsIterator.
Constructor Summary | |
---|---|
StepsList()
|
Method Summary | |
---|---|
void |
add(Step step)
Adds a new step to the list. |
void |
addAll(Collection<Step> steps)
Adds a collection of steps |
void |
addAll(StepsList steps)
Adds a collection of steps |
StepsIterator |
getIterator()
Gets a step iterator |
int |
getSize()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StepsList()
Method Detail |
---|
public void add(Step step)
step
- The step to addpublic void addAll(Collection<Step> steps)
steps
- The steps to addpublic void addAll(StepsList steps)
steps
- The steps to addpublic StepsIterator getIterator()
public int getSize()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |