SOURCE - the source typeVIEW - the view typepublic abstract class SetView<SOURCE,VIEW>
extends java.util.AbstractSet<VIEW>
ViewProvider implementation. Changes to the view set are reflected within the source set and vice versa.ProcessModuleImpl| Constructor and Description |
|---|
SetView() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(VIEW e) |
void |
clear() |
protected abstract java.util.Set<SOURCE> |
getDelegate() |
protected abstract ViewProvider<SOURCE,VIEW> |
getViewProvider() |
java.util.Iterator<VIEW> |
iterator() |
int |
size() |
addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringCopyright © 2013 Seam Framework. All Rights Reserved.