|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssCollection interface allows to manage a collection of objects.
Method Summary | |
void |
add(IEssBaseObject object)
Adds an object to the collection. |
int |
getCount()
Gets the count of objects in the collection. |
IEssIterator |
getIterator()
Gets an iterator on the collection. |
void |
remove(IEssBaseObject object)
Removes an object from the collection. |
Method Detail |
public void add(IEssBaseObject object) throws EssException
object
- The object to add.
EssException
- if an error occurs.public void remove(IEssBaseObject object) throws EssException
object
- The object to remove.
EssException
- if an error occurs.public int getCount() throws EssException
EssException
- if an error occurs.public IEssIterator getIterator() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |