Package org.javlo.comparator
Class LanguageListSorter
- java.lang.Object
-
- org.javlo.comparator.LanguageListSorter
-
public class LanguageListSorter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LanguageListSorter.ILanguage
-
Constructor Summary
Constructors Constructor Description LanguageListSorter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<? extends LanguageListSorter.ILanguage>
sort(GlobalContext globalContext, List<? extends LanguageListSorter.ILanguage> list)
-
-
-
Method Detail
-
sort
public static List<? extends LanguageListSorter.ILanguage> sort(GlobalContext globalContext, List<? extends LanguageListSorter.ILanguage> list)
-
-