Package io.getstream.chat.android.models
Interface ReactionSorting
-
- All Implemented Interfaces:
-
java.util.Comparator
public interface ReactionSorting implements Comparator<ReactionGroup>
A comparator used to sort ReactionGroups.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.util.Comparator
compare, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-