|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that specifies the APIs used to manipulate an object vector
Supported API: true
Extendable: false
Method Summary | |
void |
append(ObjectVectorIfc oV)
Append an object vector to this object vector. |
boolean |
contains(Object anObj)
Test if the specified object is a component of this object vector. |
Enumeration |
elements()
Return an Enumeration of the components of this object vector. |
Object |
firstElement()
Return the first object in the object vector. |
Vector |
getVector()
Supported API: false |
boolean |
isEmpty()
Test if the object vector has no object. |
Object |
lastElement()
Return the last object in the object vector. |
void |
makeNonPersistent()
Modify the all objects in the object vector so they are no longer considered to be persistent. |
void |
removeAllElements()
Remove all objects from the object vector and set the size to zero. |
void |
removeElement(Object anObj)
Remove the specified object from the object vector. |
Methods inherited from interface wt.fc.ResultProcessor |
addElement, size |
Method Detail |
public void removeElement(Object anObj)
anObj
- public void removeAllElements()
public Object firstElement()
public Object lastElement()
public boolean isEmpty()
public boolean contains(Object anObj)
anObj
-
public void append(ObjectVectorIfc oV)
oV
- public Enumeration elements()
public void makeNonPersistent()
public Vector getVector()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |