|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMultiValueData
Data structure to store multiple values of an attribute
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object value)Adds given value in the multi-valued collection |
boolean |
addAll(java.util.Collection values)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 value)removes given value from the multi-valued collection |
boolean |
removeAll(java.util.Collection values)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 |
| Methods inherited from interface java.util.Collection |
|---|
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, retainAll, size, toArray, toArray |
| Method Detail |
|---|
boolean add(java.lang.Object value)
add in interface java.util.Collectionvalue - value to be added in the collectionboolean addAll(java.util.Collection values)
addAll in interface java.util.Collectionvalues - values to be added in the collectionboolean addAll(java.lang.Object[] values)
values - values to be added in the collectionboolean remove(java.lang.Object value)
remove in interface java.util.Collectionvalue - value to be removed from the collectionboolean removeAll(java.util.Collection values)
removeAll in interface java.util.Collectionvalues - values to be removed from the collectionboolean removeAll(java.lang.Object[] values)
values - values to be removed from the collectionboolean replaceAll(java.util.Collection values)
values - values to replace in the collectionboolean replaceAll(java.lang.Object[] values)
values - values to replace in the collection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||