Package org.drools.core.phreak
Class RuleExecutor.DormantTupleList<C>
- java.lang.Object
-
- org.drools.core.util.index.TupleList<C>
-
- org.drools.core.phreak.RuleExecutor.DormantTupleList<C>
-
- All Implemented Interfaces:
java.io.Serializable,TupleMemory,Entry<TupleList<C>>
- Enclosing class:
- RuleExecutor
public static class RuleExecutor.DormantTupleList<C> extends TupleList<C>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.drools.core.util.index.TupleList
TupleList.TupleHashTableIterator
-
Nested classes/interfaces inherited from interface org.drools.core.reteoo.TupleMemory
TupleMemory.IndexType
-
-
Field Summary
-
Fields inherited from class org.drools.core.util.index.TupleList
first, last, serialVersionUID, size
-
-
Constructor Summary
Constructors Constructor Description DormantTupleList()DormantTupleList(C c)DormantTupleList(Tuple first, Tuple last, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Tuple tuple)-
Methods inherited from class org.drools.core.util.index.TupleList
addAllToCollection, clear, copyStateInto, fastIterator, fullFastIterator, fullFastIterator, get, get, getContext, getFirst, getFirst, getIndexType, getLast, getNext, isEmpty, isIndexed, iterator, remove, removeAdd, removeFirst, setNext, size, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.core.reteoo.TupleMemory
getIndex
-
-