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, toArray
public 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 LeftTupleList
public void setNext(Entry next)
setNext
in interface Entry
setNext
in class LeftTupleList
public Entry getNext()
getNext
in interface Entry
getNext
in class LeftTupleList
public 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-2014 JBoss by Red Hat. All Rights Reserved.