@FunctionalInterface public interface CheckedComparator<T>
Comparator that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
int |
compare(T o1,
T o2)
Compares its two arguments for order.
|
Copyright © 2014. All Rights Reserved.