Package org.drools.core.util
Class TupleRBTree.Node<K extends Comparable<? super K>>
java.lang.Object
org.drools.core.util.LinkedList<TupleImpl>
org.drools.core.util.index.TupleList
org.drools.core.util.TupleRBTree.Node<K>
- All Implemented Interfaces:
Externalizable,Serializable,TupleMemory,SingleLinkedEntry<TupleList>
- Enclosing class:
- TupleRBTree<K extends Comparable<? super K>>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drools.core.util.LinkedList
LinkedList.JavaUtilIterator<T extends DoubleLinkedEntry<T>>, LinkedList.LinkedListFastIterator, LinkedList.LinkedListIterator<T extends DoubleLinkedEntry<T>>, LinkedList.TMSLinkedListFastIterator<K extends SingleLinkedEntry<K>>Nested classes/interfaces inherited from interface org.drools.core.reteoo.TupleMemory
TupleMemory.IndexType -
Field Summary
FieldsFields inherited from class org.drools.core.util.index.TupleList
serialVersionUIDFields inherited from class org.drools.core.util.LinkedList
fastIterator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(TupleRBTree.Node<K> other) protected voidcopyStateInto(TupleRBTree.Node<K> other) getNext()voidsibling()toString()uncle()Methods inherited from class org.drools.core.util.index.TupleList
add, copyStateInto, fastIterator, fullFastIterator, fullFastIterator, get, getFirst, getIndexType, isIndexed, remove, removeFirst, removeLastMethods inherited from class org.drools.core.util.LinkedList
addAllToCollection, addFirst, addLast, clear, contains, copyStateInto, equals, get, get, getFirst, getLast, hashCode, insertAfter, isEmpty, javaUtilIterator, readExternal, removeAdd, size, writeExternalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.core.reteoo.TupleMemory
clear, getIndex, removeAdd, size
-
Field Details
-
key
-
-
Constructor Details
-
Node
-
-
Method Details
-
grandparent
-
sibling
-
uncle
-
toString
-
setNext
- Specified by:
setNextin interfaceSingleLinkedEntry<K extends Comparable<? super K>>- Overrides:
setNextin classTupleList
-
getNext
- Specified by:
getNextin interfaceSingleLinkedEntry<K extends Comparable<? super K>>- Overrides:
getNextin classTupleList
-
compareTo
-
copyStateInto
-