cz.cuni.amis.utils.collections
Class ObservableSet<E>

Package class diagram package ObservableSet
java.lang.Object
  extended by cz.cuni.amis.utils.collections.ObservableCollection<E>
      extended by cz.cuni.amis.utils.collections.ObservableSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class ObservableSet<E>
extends ObservableCollection<E>
implements Set<E>


Field Summary
protected  Set<E> s
           
 
Fields inherited from class cz.cuni.amis.utils.collections.ObservableCollection
col, eventListeners
 
Constructor Summary
ObservableSet(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

s

protected Set<E> s
Constructor Detail

ObservableSet

public ObservableSet(Set<E> set)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.