Class LengthQuicksort
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.string.triefilter.LengthQuicksort
-
public class LengthQuicksort extends Object
Quicksort implementation to sort strings according to their lengths, not alphabetically.
-
-
Constructor Summary
Constructors Constructor Description LengthQuicksort()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsort(List<String> values)Public class method to quicksort lists
-