Class LikesSorter
java.lang.Object
com.atlassian.confluence.plugins.like.LikesSorter
Sorts a collection of likes - moving likes from followees higher.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LikesSorter
public LikesSorter()
-
-
Method Details
-
sort
Returns a sorted list of likes.- Parameters:
likes- the likesfollowees- a set of usernames the current user is following- Returns:
- a sorted list of likes.
-