|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
com.tivoli.mts.PDAttrValues
public class PDAttrValues
This 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.
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.PDAttrValues class.
PDAttrValues,
Serialized Form| Constructor Summary | |
|---|---|
PDAttrValues()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValues class. |
|
PDAttrValues(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 PDAttrValues class. |
|
PDAttrValues(int initialCapacity)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValues class. |
|
PDAttrValues(int initialCapacity,
float loadFactor)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValues class. |
|
| Method Summary | |
|---|---|
boolean |
add(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 PDAttrValues class. |
boolean |
add(PDAttrValue value)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValues 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 PDAttrValues 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 PDAttrValues 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 PDAttrValues 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 PDAttrValues 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 PDAttrValues class. |
| Methods inherited from class java.util.HashSet |
|---|
clear, contains, isEmpty, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
|---|
removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
containsAll, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public PDAttrValues()
PDAttrValues class.
public PDAttrValues(int initialCapacity)
PDAttrValues class.
public PDAttrValues(int initialCapacity,
float loadFactor)
PDAttrValues class.
public PDAttrValues(java.util.Collection c)
throws java.lang.IllegalArgumentException
PDAttrValues class.
c - the collection whose elements are to be placed
into this set
java.lang.NullPointerException - if no Collection is passed in
java.lang.ClassCastException - if one or more of the elements in the Collection
to be added are not PDAttrValue objects
java.lang.IllegalArgumentException| Method Detail |
|---|
public boolean add(PDAttrValue value)
throws java.lang.NullPointerException
PDAttrValues class.
value - the value to be added
true if this Collection changed as a result of this call
java.lang.NullPointerException - if no PDAttrValue is supplied
public boolean add(java.lang.Object obj)
throws java.lang.IllegalArgumentException
PDAttrValues class.
add in interface java.util.Collectionadd in interface java.util.Setadd in class java.util.HashSetobj - the value to be added
true if this Collection changed as a result of this call
java.lang.IllegalArgumentException - if called with an object other than a PDAttrValue.
public boolean addAll(java.util.Collection c)
throws java.lang.NullPointerException,
java.lang.ClassCastException
PDAttrValues class.
addAll in interface java.util.CollectionaddAll in interface java.util.SetaddAll in class java.util.AbstractCollectionc - The collection of PDAttrValue to add to the PDAttrValues
If the contents of a PDAttrValue in the collection matches the
contents of a PDAttrValue already in the set, it will not be added.
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 PDAttrValuepublic java.lang.Object clone()
PDAttrValues class.
clone in class java.util.HashSetpublic boolean equals(java.lang.Object obj)
PDAttrValues class.
equals in interface java.util.Collectionequals in interface java.util.Setequals in class java.util.AbstractSetobj - the object to be compared to this one
true if the PDAttrValues are identical,
false otherwise.public java.lang.String toString()
PDAttrValues class.
toString in class java.util.AbstractCollectionpublic int hashCode()
PDAttrValues class.
hashCode in interface java.util.CollectionhashCode in interface java.util.SethashCode in class java.util.AbstractSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||