|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractSet | +--java.util.HashSet | +--com.tivoli.mts.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 FormConstructor 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 setjava.lang.NullPointerException
- if no Collection is passed injava.lang.ClassCastException
- if one or more of the elements in the Collection
to be added are not PDAttrValue objectsMethod Detail |
public boolean add(PDAttrValue value) throws java.lang.NullPointerException
PDAttrValues
class.
value
- the value to be addedtrue
if this Collection changed as a result of this calljava.lang.NullPointerException
- if no PDAttrValue is suppliedpublic boolean add(java.lang.Object obj) throws java.lang.IllegalArgumentException
PDAttrValues
class.
add
in class java.util.HashSet
obj
- the value to be addedtrue
if this Collection changed as a result of this calljava.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 class java.util.AbstractCollection
c
- 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 calljava.lang.NullPointerException
- if no Collection is passedjava.lang.ClassCastException
- if the input Collection contains an object
other than a PDAttrValuepublic java.lang.Object clone()
PDAttrValues
class.
clone
in class java.util.HashSet
public boolean equals(java.lang.Object obj)
PDAttrValues
class.
equals
in class java.util.AbstractSet
obj
- the object to be compared to this onetrue
if the PDAttrValues are identical,
false
otherwise.public java.lang.String toString()
PDAttrValues
class.
toString
in class java.util.AbstractCollection
public int hashCode()
PDAttrValues
class.
hashCode
in class java.util.AbstractSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |