public static class RightTupleRBTree.Node<K extends Comparable<? super K>> extends RightTupleList implements Entry, Comparable<RightTupleRBTree.Node<K>>
RightTupleList.TupleHashTableIterator
RightTupleMemory.IndexType
Modifier and Type | Field and Description |
---|---|
K |
key |
first, last, next, previous
Constructor and Description |
---|
RightTupleRBTree.Node(K key) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RightTupleRBTree.Node<K> other) |
protected void |
copyStateInto(RightTupleRBTree.Node<K> other) |
Entry |
getNext() |
RightTupleRBTree.Node<K> |
grandparent() |
void |
setNext(Entry next) |
RightTupleRBTree.Node<K> |
sibling() |
String |
toString() |
RightTupleRBTree.Node<K> |
uncle() |
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
public K extends Comparable<? super K> key
public RightTupleRBTree.Node(K key)
public RightTupleRBTree.Node<K> grandparent()
public RightTupleRBTree.Node<K> sibling()
public RightTupleRBTree.Node<K> uncle()
public String toString()
toString
in class RightTupleList
public void setNext(Entry next)
setNext
in interface Entry
setNext
in class RightTupleList
public Entry getNext()
getNext
in interface Entry
getNext
in class RightTupleList
public int compareTo(RightTupleRBTree.Node<K> other)
compareTo
in interface Comparable<RightTupleRBTree.Node<K extends Comparable<? super K>>>
protected void copyStateInto(RightTupleRBTree.Node<K> other)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.