Package algs33
Class XSplayBST<K extends Comparable<? super K>,V>
java.lang.Object
algs33.XSplayBST<K,V>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintheight()private intheight(XSplayBST.Node<K, V> x) static voidvoidvoidprivate XSplayBST.Node<K, V> rotateLeft(XSplayBST.Node<K, V> h) private XSplayBST.Node<K, V> rotateRight(XSplayBST.Node<K, V> h) intsize()private intsize(XSplayBST.Node<K, V> x) private XSplayBST.Node<K, V> splay(XSplayBST.Node<K, V> h, K key)
-
Field Details
-
root
-
-
Constructor Details
-
XSplayBST
public XSplayBST()
-
-
Method Details
-
contains
-
get
-
put
-
remove
-
splay
-
height
-
height
-
size
-
size
-
rotateRight
-
rotateLeft
-
main
-