public final class ByValueRecommendedItemComparator extends Object implements Comparator<RecommendedItem>, Serializable
| Constructor and Description |
|---|
ByValueRecommendedItemComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(RecommendedItem o1,
RecommendedItem o2) |
static Comparator<RecommendedItem> |
getInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static Comparator<RecommendedItem> getInstance()
public int compare(RecommendedItem o1, RecommendedItem o2)
compare in interface Comparator<RecommendedItem>Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.