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.
Comparator
AwInfo
objects.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
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 Details
-
AwInfoComparator
Deprecated.
-
-
Method Details
-
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>
-