|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rjw.dc.core.objects.RequestorCollection
List of
Constructor Summary | |
RequestorCollection()
|
Method Summary | |
void |
addRequestor(Requestor requestor)
Adds a requestor to the list |
int |
getLength()
Returns the amount of requestors in the collection |
void |
removeRequestor(Requestor requestor)
Removes a requestor from the collection |
Requestor[] |
toRequestorArray()
Creates a Requestor array from the collection |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RequestorCollection()
Method Detail |
public void addRequestor(Requestor requestor)
requestor
- requestor to be added to the collectionpublic void removeRequestor(Requestor requestor)
requestor
- requestor to be removedpublic Requestor[] toRequestorArray()
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |