|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.amis.utils.collections.ObservableCollection<E>
cz.cuni.amis.utils.collections.ObservableSet<E>
public class ObservableSet<E>

| Field Summary | |
|---|---|
protected java.util.Set<E> |
s
|
| Fields inherited from class cz.cuni.amis.utils.collections.ObservableCollection |
|---|
col, eventListeners |
| Constructor Summary | |
|---|---|
ObservableSet(java.util.Set<E> set)
|
|
| Method Summary |
|---|
| Methods inherited from class cz.cuni.amis.utils.collections.ObservableCollection |
|---|
add, addAll, addCollectionListener, clear, contains, containsAll, isEmpty, iterator, notifyPostAdd, notifyPostRemove, notifyPreAdd, notifyPreRemove, remove, removeAll, removeCollectionListener, retainAll, size, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Field Detail |
|---|
protected java.util.Set<E> s
| Constructor Detail |
|---|
public ObservableSet(java.util.Set<E> set)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||