com.levigo.util.base.collections
Class ObservableSet<E>

java.lang.Object
  extended by com.levigo.util.base.collections.ObservableCollection<E>
      extended by com.levigo.util.base.collections.ObservableSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

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


Constructor Summary
ObservableSet(Set<E> delegate, CollectionObserver<E> observer)
           
 
Method Summary
 
Methods inherited from class com.levigo.util.base.collections.ObservableCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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
 

Constructor Detail

ObservableSet

public ObservableSet(Set<E> delegate,
                     CollectionObserver<E> observer)
Parameters:
delegate -
observer -


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.