|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
oracle.iam.platform.entitymgr.vo.MultiValueSet
public class MultiValueSet
Data structure to store multiple values of an attribute
| Constructor Summary | |
|---|---|
MultiValueSet()Constructs a new, empty MVA set; |
|
MultiValueSet(java.util.Collection c)Constructs a new set containing the elements in the specified collection. |
|
MultiValueSet(int initialCapacity) |
|
MultiValueSet(java.lang.Object[] arrayOfValues)Constructs a new set containing the elements in the specified collection. |
|
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object e)Adds given value in the multi-valued collection |
boolean |
addAll(java.util.Collection c)Adds given values in the multi-valued collection |
boolean |
addAll(java.lang.Object[] values)Adds given values in the multi-valued collection |
boolean |
remove(java.lang.Object e)removes given value from the multi-valued collection |
boolean |
removeAll(java.util.Collection c)removes given values from the multi-valued collection |
boolean |
removeAll(java.lang.Object[] values)removes given values from the multi-valued collection |
boolean |
replaceAll(java.util.Collection values)Replaces all the existing values in the multi-valued collection with the new values provided |
boolean |
replaceAll(java.lang.Object[] values)Replaces all the existing values in the multi-valued collection with the new values provided |
java.lang.String |
toString() |
| Methods inherited from class java.util.HashSet |
|---|
clear, clone, contains, isEmpty, iterator, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode |
| 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.Collection |
|---|
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, retainAll, size, toArray, toArray |
| Methods inherited from interface java.util.Set |
|---|
containsAll, equals, hashCode, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public MultiValueSet()
public MultiValueSet(java.util.Collection c)
public MultiValueSet(java.lang.Object[] arrayOfValues)
public MultiValueSet(int initialCapacity)
initialCapacity -| Method Detail |
|---|
public boolean add(java.lang.Object e)
IMultiValueDataadd in interface java.util.Collectionadd in interface java.util.Setadd in interface IMultiValueDataadd in class java.util.HashSete - value to be added in the collectionpublic boolean addAll(java.util.Collection c)
IMultiValueDataaddAll in interface java.util.CollectionaddAll in interface java.util.SetaddAll in interface IMultiValueDataaddAll in class java.util.AbstractCollectionc - values to be added in the collectionpublic boolean addAll(java.lang.Object[] values)
IMultiValueDataaddAll in interface IMultiValueDatavalues - values to be added in the collectionpublic boolean remove(java.lang.Object e)
IMultiValueDataremove in interface java.util.Collectionremove in interface java.util.Setremove in interface IMultiValueDataremove in class java.util.HashSete - value to be removed from the collectionpublic boolean removeAll(java.util.Collection c)
IMultiValueDataremoveAll in interface java.util.CollectionremoveAll in interface java.util.SetremoveAll in interface IMultiValueDataremoveAll in class java.util.AbstractSetc - values to be removed from the collectionpublic boolean removeAll(java.lang.Object[] values)
IMultiValueDataremoveAll in interface IMultiValueDatavalues - values to be removed from the collectionpublic boolean replaceAll(java.lang.Object[] values)
IMultiValueDatareplaceAll in interface IMultiValueDatavalues - values to replace in the collectionpublic boolean replaceAll(java.util.Collection values)
IMultiValueDatareplaceAll in interface IMultiValueDatavalues - values to replace in the collectionpublic java.lang.String toString()
toString in class java.util.AbstractCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||