public static class LeftTupleRBTree.Node<K extends Comparable<? super K>> extends LeftTupleList implements Entry, Comparable<LeftTupleRBTree.Node<K>>
LeftTupleList.TupleHashTableIterator| Modifier and Type | Field and Description |
|---|---|
K |
key |
first, last, next, serialVersionUID| Constructor and Description |
|---|
LeftTupleRBTree.Node(K key) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LeftTupleRBTree.Node<K> other) |
protected void |
copyStateInto(LeftTupleRBTree.Node<K> other) |
Entry |
getNext() |
LeftTupleRBTree.Node<K> |
grandparent() |
void |
setNext(Entry next) |
LeftTupleRBTree.Node<K> |
sibling() |
String |
toString() |
LeftTupleRBTree.Node<K> |
uncle() |
add, clear, contains, copyStateInto, equals, fastIterator, fullFastIterator, fullFastIterator, get, getFirst, getFirst, getLast, hashCode, insertAfter, insertBefore, isEmpty, isIndexed, iterator, matches, matches, remove, removeAdd, removeFirst, size, split, toArraypublic K extends Comparable<? super K> key
public LeftTupleRBTree.Node(K key)
public LeftTupleRBTree.Node<K> grandparent()
public LeftTupleRBTree.Node<K> sibling()
public LeftTupleRBTree.Node<K> uncle()
public String toString()
toString in class LeftTupleListpublic void setNext(Entry next)
setNext in interface EntrysetNext in class LeftTupleListpublic Entry getNext()
getNext in interface EntrygetNext in class LeftTupleListpublic int compareTo(LeftTupleRBTree.Node<K> other)
compareTo in interface Comparable<LeftTupleRBTree.Node<K extends Comparable<? super K>>>protected void copyStateInto(LeftTupleRBTree.Node<K> other)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.