|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.Extension.VectorExtensionBuilder
An VectorExtensionBuilder
is used to generate a
various extensions which are just lists of objects.
Field Summary | |
(package private) java.util.Vector |
vector
internal vector of objects |
Constructor Summary | |
VectorExtensionBuilder()
construct a VectorExtensionBuilder |
Method Summary | |
java.util.Vector |
getVector()
fetch a vector of values currently in the internal list. |
void |
reset()
resets the builder for reuse |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.util.Vector vector
Constructor Detail |
public VectorExtensionBuilder()
Method Detail |
public void reset()
public java.util.Vector getVector()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |