org.drools.core.util
Class RightTupleRBTree.Node<K extends Comparable<? super K>>
java.lang.Object
org.drools.core.util.index.RightTupleList
org.drools.core.util.RightTupleRBTree.Node<K>
- All Implemented Interfaces:
- Comparable<RightTupleRBTree.Node<K>>, RightTupleMemory, Entry
- Enclosing class:
- RightTupleRBTree<K extends Comparable<? super K>>
public static class RightTupleRBTree.Node<K extends Comparable<? super K>>
- extends RightTupleList
- implements Entry, Comparable<RightTupleRBTree.Node<K>>
| Methods inherited from class org.drools.core.util.index.RightTupleList |
add, clear, contains, contains, copyStateInto, equals, fastIterator, fullFastIterator, fullFastIterator, get, get, getFirst, getFirst, getIndex, getIndexType, getLast, hashCode, insertAfter, insertBefore, isIndexed, iterator, matches, matches, remove, removeAdd, size, split, toArray |
key
public K extends Comparable<? super K> key
RightTupleRBTree.Node
public RightTupleRBTree.Node(K key)
grandparent
public RightTupleRBTree.Node<K> grandparent()
sibling
public RightTupleRBTree.Node<K> sibling()
uncle
public RightTupleRBTree.Node<K> uncle()
toString
public String toString()
- Overrides:
toString in class RightTupleList
setNext
public void setNext(Entry next)
- Specified by:
setNext in interface Entry- Overrides:
setNext in class RightTupleList
getNext
public Entry getNext()
- Specified by:
getNext in interface Entry- Overrides:
getNext in class RightTupleList
compareTo
public int compareTo(RightTupleRBTree.Node<K> other)
- Specified by:
compareTo in interface Comparable<RightTupleRBTree.Node<K extends Comparable<? super K>>>
copyStateInto
protected void copyStateInto(RightTupleRBTree.Node<K> other)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.