-
public class ComparatorContractCreated by gpeterso on 3/28/17.
-
-
Method Summary
Modifier and Type Method Description static <T> voidtestComparator(T least1, T middle1, T greatest1, Comparator<T> comparator)Tests the various properties the Comparable contract is supposed to uphold. -
-
Method Detail
-
testComparator
static <T> void testComparator(T least1, T middle1, T greatest1, Comparator<T> comparator)
Tests the various properties the Comparable contract is supposed to uphold.
-
-
-
-