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