Uses of Class
org.insa.graphs.algorithm.utils.ElementNotFoundException
-
Packages that use ElementNotFoundException Package Description org.insa.graphs.algorithm.utils -
-
Uses of ElementNotFoundException in org.insa.graphs.algorithm.utils
Methods in org.insa.graphs.algorithm.utils that throw ElementNotFoundException Modifier and Type Method Description void
BinaryHeap. remove(E x)
void
BinarySearchTree. remove(E x)
void
PriorityQueue. remove(E x)
Remove the given element from the priority queue.
-