PDAttrValues: method and constructor summary

The PDAttrValues class represents a collection of values for a particular PDAttr. This particular implementation is a Set, so duplicates are not allowed in a particular PDAttrValues object.

See the Javadoc information in the ISAM Runtime for Java installation package for detailed documentation about this class.

Methods and Constructors Description
PDAttrValues Constructors that create an instance of the PDAttrValues class.
 
add Methods for adding the input PDAttrValue to this PDAttrValues.
addAll Add all the elements in the specified collection to this collection.
clone Returns a clone of this object.
encode Returns a byte array which contains the DER encoded representation of this object.
equals Whether some other Object is equal to this one.
hashCode Returns a hashcode for the current object.
toString Returns a String representation of this object.

Parent topic: Classes from com.tivoli.pd.jutil package