public class CommunityComparator extends Object implements Comparator<Community>
| Constructor and Description |
|---|
CommunityComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Community community0,
Community community1)
Compare two communities by name ignoring case.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(Community community0, Community community1)
compare in interface Comparator<Community>community0 - the first community to be comparedcommunity1 - the second community to be comparedCopyright © 2017. All rights reserved.