Package ghidra.util.datastruct
Class Algorithms
java.lang.Object
ghidra.util.datastruct.Algorithms
Algorithms
is a class containing static methods that implement
general algorithms based on objects returned from a data model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
binarySearchWithDuplicates
(List data, Object searchItem, Comparator comparator) static <T> void
bubbleSort
(List<T> data, int low, int high, Comparator<T> comparator) static <T> void
mergeSort
(List<T> data, Comparator<T> c, TaskMonitor monitor)
-
Constructor Details
-
Algorithms
public Algorithms()
-
-
Method Details
-
binarySearchWithDuplicates
-
bubbleSort
-
mergeSort
-