|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.ResultList
Corresponds to UDDI v2.0 sequence of 'result' elements.
Encapsulates a Vector of Result
objects.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
ResultList()
Constructs a new, empty ResultList. |
|
ResultList(int initialSize)
Constructs a new, empty ResultList, with the initial capacity specified. |
Method Summary | |
void |
add(Result result)
Adds a Result to the ResultList. |
Result |
get(int index)
Returns the Result at the specified index. |
int |
size()
Returns the number of Result objects in the ResultList. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String java_copyright
Constructor Detail |
public ResultList()
public ResultList(int initialSize)
initialSize
- the initial capacity of the ResultList.Method Detail |
public void add(Result result)
Result
to the ResultList.result
- the Result to be added.public Result get(int index)
Result
at the specified index.int
- the index of the Result to be retrieved.public int size()
Result
objects in the ResultList.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |