Package org.ametys.core.util
Class I18nizableTextComparator
java.lang.Object
org.ametys.core.util.I18nizableTextComparator
- All Implemented Interfaces:
Comparator<I18nizableText>
Sort I18nizableText with their translation
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
I18nizableTextComparator
Constructor.- Parameters:
i18nUtils
- theI18nUtils
for actual translations.
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<I18nizableText>
-