|
|||||||||
| 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.ArrayList
com.tivoli.mts.PDAttrValueList
public class PDAttrValueList
This class represents a list of Security Access Manager attribute values. Each value may be a String, a byte array, a Long, or a PDAdmSvcPobj.
NOTE: As of IBM Tivoli Access Manager for e-business v5.1, this entire class is deprecated. Equivalent function is in the com.tivoli.pd.jutil.PDAttrValueList class.
PDAttrValueList,
Serialized Form| Constructor Summary | |
|---|---|
PDAttrValueList()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValueList class. |
|
PDAttrValueList(java.util.Collection c)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValueList class. |
|
PDAttrValueList(int size)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValueList class. |
|
| Method Summary | |
|---|---|
void |
add(int index,
java.lang.Object element)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
boolean |
add(java.lang.Object element)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
boolean |
addAll(java.util.Collection c)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
boolean |
addAll(int index,
java.util.Collection c)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
java.lang.Object |
clone()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
boolean |
equals(java.lang.Object obj)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
int |
hashCode()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
java.lang.Object |
set(int index,
java.lang.Object element)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
java.lang.String |
toString()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValueList class. |
| Methods inherited from class java.util.ArrayList |
|---|
clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public PDAttrValueList()
PDAttrValueList class.
public PDAttrValueList(int size)
PDAttrValueList class.
size - the initial capacity of the PDAttrValueListpublic PDAttrValueList(java.util.Collection c)
PDAttrValueList class.
c - the collection whose elements are to be placed
into this list.
java.lang.NullPointerException - if no Collection is supplied.
java.lang.ClassCastException - if one or more of the elements in the Collection
to be added are not PDAttrValue objects.| Method Detail |
|---|
public java.lang.Object set(int index,
java.lang.Object element)
PDAttrValueList class.
set in interface java.util.Listset in class java.util.ArrayListindex - the position where the element is to be placed.element - the replacement element.
java.lang.ClassCastException - if the element
to be replaced is not a PDAttrValue object.public boolean add(java.lang.Object element)
PDAttrValueList class.
add in interface java.util.Collectionadd in interface java.util.Listadd in class java.util.ArrayListelement - the element to add to the end of the list.
true if this Collection changed as a result of
this call.
java.lang.ClassCastException - if called with an object other than
a PDAttrValue.
public void add(int index,
java.lang.Object element)
PDAttrValueList class.
add in interface java.util.Listadd in class java.util.ArrayListindex - the position where the element is to be inserted.element - the element to insert.
java.lang.ClassCastException - if the element to be inserted is not a
PDAttrValue object.
public boolean addAll(java.util.Collection c)
throws java.lang.NullPointerException,
java.lang.ClassCastException
PDAttrValueList class.
addAll in interface java.util.CollectionaddAll in interface java.util.ListaddAll in class java.util.ArrayListc - The collection of PDAttrValue to add to the PDAttrValueList
true if this Collection changed as a result of the call
java.lang.NullPointerException - if no Collection is passed
java.lang.ClassCastException - if the input Collection contains an object
other than a PDAttrValue
public boolean addAll(int index,
java.util.Collection c)
throws java.lang.NullPointerException,
java.lang.ClassCastException
PDAttrValueList class.
addAll in interface java.util.ListaddAll in class java.util.ArrayListindex - the position where the collection elements are to
be inserted.c - The collection of PDAttrValue to insert into this
PDAttrValueList.
true if this Collection changed as a result of
the call.
java.lang.NullPointerException - if no Collection is supplied.
java.lang.ClassCastException - if the input Collection contains an object
other than a PDAttrValue.public boolean equals(java.lang.Object obj)
PDAttrValueList class.
equals in interface java.util.Collectionequals in interface java.util.Listequals in class java.util.AbstractListobj - the object to be compared to this one.
true if the PDAttrValueLists are identical,
false otherwise.public java.lang.Object clone()
PDAttrValueList class.
clone in class java.util.ArrayListpublic java.lang.String toString()
PDAttrValueList class.
toString in class java.util.AbstractCollectionpublic int hashCode()
PDAttrValueList class.
hashCode in interface java.util.CollectionhashCode in interface java.util.ListhashCode in class java.util.AbstractList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||