|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
com.tivoli.pd.jutil.PDMessages
public class PDMessages
This class stores a list of PDMessage elements.
Modes: Local,Remote
| Constructor Summary | |
|---|---|
PDMessages()
Constructs an empty PDMessages. |
|
PDMessages(java.util.Collection c)
Constructs a PDMessages containing the elements of the specified collection, in the order they are returned by the collection's iterator. |
|
PDMessages(int initialCapacity)
Constructs an empty PDMessages whose backing Vector has the specified initial capacity and a capacity increment equal to zero. |
|
PDMessages(int initialCapacity,
int capacityIncrement)
Constructs an empty PDMessages whose backing Vector has the specified initial capacity and capacity increment. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears any PDMessage objects present in this PDMessages object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.util.Vector |
|---|
add, add, addAll, addAll, addElement, capacity, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
iterator, listIterator, listIterator |
| Constructor Detail |
|---|
public PDMessages()
public PDMessages(java.util.Collection c)
public PDMessages(int initialCapacity)
public PDMessages(int initialCapacity,
int capacityIncrement)
| Method Detail |
|---|
public void clear()
clear in interface java.util.Collectionclear in interface java.util.Listclear in class java.util.Vectorpublic java.lang.String toString()
toString in class java.util.Vector
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||