Class GeneralUtils
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.utils.GeneralUtils
-
public class GeneralUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeneralUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> voidquickSort(java.util.List<T> list, int begin, int end, java.util.function.BiFunction<T,T,java.lang.Boolean> swapElementsFunction)
-