Class AwInfoComparator
- java.lang.Object
-
- de.uplanet.lucy.server.appservice.AwInfoComparator
-
- All Implemented Interfaces:
Comparator<de.uplanet.lucy.server.appservice.AwInfo>
@Deprecated public final class AwInfoComparator extends Object implements Comparator<de.uplanet.lucy.server.appservice.AwInfo>
Deprecated.ComparatorAwInfo
objects.
-
-
Constructor Summary
Constructors Constructor Description AwInfoComparator(String p_strLang)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compare(de.uplanet.lucy.server.appservice.AwInfo p_info1, de.uplanet.lucy.server.appservice.AwInfo p_info2)
Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Constructor Detail
-
AwInfoComparator
public AwInfoComparator(String p_strLang)
Deprecated.
-
-
Method Detail
-
compare
public int compare(de.uplanet.lucy.server.appservice.AwInfo p_info1, de.uplanet.lucy.server.appservice.AwInfo p_info2)
Deprecated.- Specified by:
compare
in interfaceComparator<de.uplanet.lucy.server.appservice.AwInfo>
-
-