Package org.drools.core.phreak
Class ReactiveSet<T>
java.lang.Object
org.drools.core.phreak.AbstractReactiveObject
org.drools.core.phreak.ReactiveCollection<T,Set<T>>
org.drools.core.phreak.ReactiveSet<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Set<T>,ReactiveObject
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drools.core.phreak.ReactiveCollection
ReactiveCollection.ReactiveIterator<WI extends Iterator<T>> -
Field Summary
Fields inherited from class org.drools.core.phreak.ReactiveCollection
wrapped -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.core.phreak.ReactiveCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class org.drools.core.phreak.AbstractReactiveObject
addTuple, getTuples, notifyModification, removeTupleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ReactiveSet
public ReactiveSet() -
ReactiveSet
-
-
Method Details
-
toString
- Overrides:
toStringin classReactiveCollection<T,Set<T>>
-