PDAttrValueList: method and constructor summary
The PDAttrValueList class
represents the list of values for one attribute. Each value must be
a PDAttrValue. The list is ordered and allows duplicates.
See the Javadoc information in the Verify Identity Access Runtime for Java installation package for detailed documentation about this class.
| Methods and Constructors | Description |
|---|---|
PDAttrValueList |
Constructors that create an instance of the |
add |
Methods for inserting the specified element at the specified position in this list, moving all subsequent elements to a higher index. |
addAll |
Methods for inserting all the elements in the specified collection into this list, starting at the specified offset, shifting any subsequent elements to a higher index. |
clone |
Returns a clone of this object. |
equals |
Indicates whether some other Object is equal to this one. |
hashCode |
Returns a |
set |
Replaces the element at the specified position in this list with the specified element. |
toString |
Returns a String representation of this object. |