Interface ChangeAwareSet<E>
-
- Type Parameters:
E
- the type of the elements in the container.
- All Superinterfaces:
ChangeAwareCollection<E,SetChange<E>,SetChangeListener<E>>
,ChangeAwareContainer<E,SetChange<E>,SetChangeListener<E>>
,Collection<E>
,EventSource<SetChange<E>,SetChangeListener<E>>
,Iterable<E>
,Set<E>
public interface ChangeAwareSet<E> extends ChangeAwareCollection<E,SetChange<E>,SetChangeListener<E>>, Set<E>
ChangeAwareContainer
that is aSet
.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.value.observable.container.collection.ChangeAwareCollection
addAll, removeAll, retainAll, setAll, setAll
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
-