Skip navigation links
A B C G I M N S T U 

G

getBalanceFactor() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
Determina il fattore di bilanciamento di questo nodo.
getCount() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
 
getCount(E) - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Determina il numero di occorrenze di un certo elemento in questo AVLTree.
getCountCompare() - Method in class it.unicam.cs.asdl1819.miniproject2.SortingAlgorithmResult
Restituisce il numero di confronti effettuati.
getEl() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
 
getHeight() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
Restituisce l'altezza del sottoalbero la cui radice è questo nodo.
getHeight() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Restituisce l'altezza di questo AVLTree.
getL() - Method in class it.unicam.cs.asdl1819.miniproject2.SortingAlgorithmResult
Restituisce la lista ordinata.
getLeft() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
 
getMaximum() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
Restituisce il nodo contenente l'elemento massimo del sottoalbero di cui questo nodo è radice.
getMaximum() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Restituisce l'elemento massimo presente in questo AVLTree.
getMinimum() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
Restituisce il nodo contenente l'elemento minimo del sottoalbero di cui questo nodo è radice.
getMinimum() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Restituisce l'elemento minimo presente in questo AVLTree.
getName() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTreeSort
 
getName() - Method in class it.unicam.cs.asdl1819.miniproject2.BubbleSort
 
getName() - Method in class it.unicam.cs.asdl1819.miniproject2.InsertionSort
 
getName() - Method in class it.unicam.cs.asdl1819.miniproject2.MergeSort
 
getName() - Method in interface it.unicam.cs.asdl1819.miniproject2.SortingAlgorithm
Restituisce il nome dell'algoritmo di ordinamento.
getNodeOf(E) - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Determina se un elemento è presente in questo AVLTree e ne restituisce il relativo nodo.
getNumberOfNodes() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Restituisce il numero di nodi in questo AVLTree.
getParent() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
 
getPredecessor() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
Restituisce il nodo predecessore di questo nodo.
getPredecessor(E) - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Restituisce l'elemento strettamente predecessore, in questo AVLTree, di un dato elemento.
getRight() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
 
getRoot() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
 
getSize() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Restituisce il numero di elementi contenuti in questo AVLTree.
getSuccessor() - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree.AVLTreeNode
Restituisce il nodo successore di questo nodo.
getSuccessor(E) - Method in class it.unicam.cs.asdl1819.miniproject2.AVLTree
Restituisce l'elemento strettamente successore, in questo AVLTree, di un dato elemento.
A B C G I M N S T U 
Skip navigation links