|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentIdentifierList
Defines a simple list of AgentIdentifier instances.
| Method Summary | |
|---|---|
boolean |
add(AgentIdentifier aid)
Adds an AgentIdentifier instance to this list. |
void |
clear()
Removes all list entries. |
boolean |
contains(AgentIdentifier aid)
Tests if this list contains a given AgentIdentifier |
boolean |
isEmpty()
Tests if this list is empty. |
java.util.Iterator |
iterator()
Returns an Iterator over this list. |
boolean |
remove(AgentIdentifier aid)
Removes an AgentIdentifier instance from this
list. |
| Method Detail |
|---|
boolean add(AgentIdentifier aid)
AgentIdentifier instance to this list.
aid - an AgentIdentifier instance.
boolean remove(AgentIdentifier aid)
AgentIdentifier instance from this
list.
aid - an AgentIdentifier instance.
void clear()
boolean contains(AgentIdentifier aid)
AgentIdentifier
aid - an AgentIdentifier instance.
java.util.Iterator iterator()
Iterator over this list.
boolean isEmpty()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||