|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugins.like.LikesSorter
public class LikesSorter
Sorts a collection of likes - moving likes from followees higher.
| Constructor Summary | |
|---|---|
LikesSorter()
|
|
| Method Summary | |
|---|---|
java.util.List<Like> |
sort(java.util.Collection<Like> likes,
java.util.Set<java.lang.String> followees)
Returns a sorted list of likes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LikesSorter()
| Method Detail |
|---|
public java.util.List<Like> sort(java.util.Collection<Like> likes,
java.util.Set<java.lang.String> followees)
likes - the likesfollowees - a set of usernames the current user is following
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||