

MCQOPTIONS
Saved Bookmarks
1. |
abstract int compare(T left, T right) is used to? |
A. | Searches sortedList for key |
B. | Returns an arbitrary ordering |
C. | Compares its two arguments for order. |
D. | Returns an ordering which first uses the ordering |
Answer» D. Returns an ordering which first uses the ordering | |