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 Security Verify Access Runtime for Java installation package for detailed documentation about this class.
Methods and Constructors Description PDAttrValueList
Constructors that create an instance of the PDAttrValueList class.
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
Whether some other Object is equal to this one.
hashCode
Returns a hashcode for the current object.
set
Replaces the element at the specified position in this list with the specified element.
toString
Returns a String representation of this object.
Parent topic: Classes from com.tivoli.pd.jutil package