public class ArraysSorter extends Object implements Comparator<CollectionInfo>
| Modifier and Type | Class and Description |
|---|---|
static class |
ArraysSorter.Order |
| Constructor and Description |
|---|
ArraysSorter() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(CollectionInfo colInfo1,
CollectionInfo colInfo2) |
void |
setSortingBy(ArraysSorter.Order sortBy) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic void setSortingBy(ArraysSorter.Order sortBy)
public int compare(CollectionInfo colInfo1, CollectionInfo colInfo2)
compare in interface Comparator<CollectionInfo>Copyright © 2015. All Rights Reserved.