|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the basic actions that the data structure storing the JeSSVisitors needs to perform.
Method Summary | |
void |
add(JeSSVisitor visitor)
Add another visitor to the Collection |
void |
append(JeSSVisitorCollection collection)
Add all visitors from another Collection of this type |
JeSSVisitor |
elementAt(int i)
Retrieve an element at specified location |
java.util.Collection |
getCollection()
A helper method for append. |
int |
size()
|
Method Detail |
public JeSSVisitor elementAt(int i)
i
- - the location of the desired element
public void add(JeSSVisitor visitor)
visitor
- - the visitor to be addedpublic void append(JeSSVisitorCollection collection)
collection
- - the collection to be addedpublic java.util.Collection getCollection()
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |