Package org.drools.core.phreak
Class ReactiveList<T>
java.lang.Object
org.drools.core.phreak.AbstractReactiveObject
org.drools.core.phreak.ReactiveCollection<T,List<T>>
org.drools.core.phreak.ReactiveList<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,List<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
Modifier and TypeMethodDescriptionvoidbooleanaddAll(int index, Collection<? extends T> c) get(int index) intintlistIterator(int index) remove(int index) subList(int fromIndex, int toIndex) toString()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
-
ReactiveList
public ReactiveList() -
ReactiveList
-
-
Method Details
-
addAll
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<T>
-
subList
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
toString
- Overrides:
toStringin classReactiveCollection<T,List<T>>
-