public static class RightTupleRBTree.Node<K extends Comparable<? super K>> extends RightTupleList implements Entry, Comparable<RightTupleRBTree.Node<K>>
RightTupleList.TupleHashTableIteratorRightTupleMemory.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, toArraypublic 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 RightTupleListpublic void setNext(Entry next)
setNext in interface EntrysetNext in class RightTupleListpublic Entry getNext()
getNext in interface EntrygetNext in class RightTupleListpublic 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–2015 JBoss by Red Hat. All rights reserved.