|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.ArrayList | +--com.tivoli.mts.PDAttrValueList
This class represents a list of Tivoli 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 FormConstructor 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, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
containsAll, remove, 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, remove, removeAll, retainAll, subList |
Constructor Detail |
public PDAttrValueList()
PDAttrValueList
class.
public PDAttrValueList(int size)
PDAttrValueList
class.
initialCapacity
- 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 class java.util.ArrayList
index
- 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 class java.util.ArrayList
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 class java.util.ArrayList
index
- 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 class java.util.ArrayList
c
- The collection of PDAttrValue to add to the PDAttrValueListtrue
if this Collection changed as a result of the calljava.lang.NullPointerException
- if no Collection is passedjava.lang.ClassCastException
- if the input Collection contains an object
other than a PDAttrValuepublic boolean addAll(int index, java.util.Collection c) throws java.lang.NullPointerException, java.lang.ClassCastException
PDAttrValueList
class.
addAll
in class java.util.ArrayList
index
- 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 class java.util.AbstractList
obj
- 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.ArrayList
public java.lang.String toString()
PDAttrValueList
class.
toString
in class java.util.AbstractCollection
public int hashCode()
PDAttrValueList
class.
hashCode
in class java.util.AbstractList
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |