T - public class CollectionComparator<T extends Comparable<T>> extends Object implements Comparator<Collection<? extends T>>
| Constructor and Description |
|---|
CollectionComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Collection<? extends T> collection1,
Collection<? extends T> collection2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(Collection<? extends T> collection1, Collection<? extends T> collection2)
compare in interface Comparator<Collection<? extends T extends Comparable<T>>>Copyright © 2015 Revolution Systems Inc.. All rights reserved.