public static class TupleRBTree.Node<K extends Comparable<? super K>> extends TupleList implements Entry<TupleList>, Comparable<TupleRBTree.Node<K>>
TupleList.TupleHashTableIterator
TupleMemory.IndexType
Modifier and Type | Field and Description |
---|---|
K |
key |
serialVersionUID
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TupleRBTree.Node<K> other) |
protected void |
copyStateInto(TupleRBTree.Node<K> other) |
TupleList |
getNext() |
TupleRBTree.Node<K> |
grandparent() |
void |
setNext(TupleList next) |
TupleRBTree.Node<K> |
sibling() |
String |
toString() |
TupleRBTree.Node<K> |
uncle() |
add, clear, contains, copyStateInto, fastIterator, fullFastIterator, fullFastIterator, get, get, getFirst, getFirst, getIndexType, getLast, isEmpty, isIndexed, iterator, remove, removeAdd, removeFirst, size, toArray
public K extends Comparable<? super K> key
public Node(K key)
public TupleRBTree.Node<K> grandparent()
public TupleRBTree.Node<K> sibling()
public TupleRBTree.Node<K> uncle()
public void setNext(TupleList next)
public TupleList getNext()
public int compareTo(TupleRBTree.Node<K> other)
compareTo
in interface Comparable<TupleRBTree.Node<K extends Comparable<? super K>>>
protected void copyStateInto(TupleRBTree.Node<K> other)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.