|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.ContactList
public class ContactList
Corresponds to UDDI v2.0 sequence of 'contact' elements.
Encapsulates a Vector of Contact
objects.
Constructor Summary | |
---|---|
ContactList()
Deprecated. Constructs a new, empty ContactList. |
|
ContactList(int initialSize)
Deprecated. Constructs a new, empty ContactList, with the initial capacity specified. |
Method Summary | |
---|---|
void |
add(Contact contact)
Deprecated. Adds a Contact to the ContactList. |
Contact |
get(int index)
Deprecated. Returns the Contact at the specified index. |
int |
size()
Deprecated. Returns the number of Contact objects in the ContactList. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactList()
public ContactList(int initialSize)
initialSize
- the initial capacity of the ContactList.Method Detail |
---|
public void add(Contact contact)
Contact
to the ContactList.
contact
- the Contact to be added.public Contact get(int index)
Contact
at the specified index.
int
- the index of the Contact to be retrieved.
public int size()
Contact
objects in the ContactList.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |