Question: Just need the file to run which is this code and the naswrr to the question with the java source code ab 2 - Java

ab 2 - Java Interlude 1 Generics This lab is to test your understanding of a Pairs project and sorting method discussed durin last week's lectures. The sorting method from the lectures used an array with a type parameter. Given the following Pairable Interface, ComparablePair class, and Tester clas implement a sort method in the Test class that sorts ComparablePair objects. public T getFirst(); public T getSecond () ; 1 public class ComparablePairT> private T first; private T second; public ComparablePair (T firstitem, T secondrtem) f first = firstitem; second = secondrtem; 1 Coverride public T getFirst () t return first; 1 eoverride pubtic T getsecond () t return second; 1 Boverride public String tostring () i ) return "(+ + first +"+ second +""; eovernide pubtic (int compareto (Comparablepair(0. getsecona ()), return flratConparison t=0 ? firatComparison : secondComparizon
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
