Package org.drools.core.phreak
Class ReactiveSet<T>
- java.lang.Object
-
- org.drools.core.phreak.AbstractReactiveObject
-
- org.drools.core.phreak.ReactiveCollection<T,java.util.Set<T>>
-
- org.drools.core.phreak.ReactiveSet<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,java.util.Collection<T>,java.util.Set<T>,ReactiveObject
public class ReactiveSet<T> extends ReactiveCollection<T,java.util.Set<T>> implements java.util.Set<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.drools.core.phreak.ReactiveCollection
ReactiveCollection.ReactiveIterator<WI extends java.util.Iterator<T>>
-
-
Field Summary
-
Fields inherited from class org.drools.core.phreak.ReactiveCollection
wrapped
-
-
Constructor Summary
Constructors Constructor Description ReactiveSet()ReactiveSet(java.util.Set<T> wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.drools.core.phreak.ReactiveCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-
Methods inherited from class org.drools.core.phreak.AbstractReactiveObject
addLeftTuple, getLeftTuples, notifyModification, removeLeftTuple
-
-
-
-
Constructor Detail
-
ReactiveSet
public ReactiveSet()
-
ReactiveSet
public ReactiveSet(java.util.Set<T> wrapped)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classReactiveCollection<T,java.util.Set<T>>
-
-