Reorganized SAM-related test data.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public interface Comparator<T> {
|
||||
int compare(T o1, T o2);
|
||||
|
||||
boolean equals(Object obj);
|
||||
}
|
||||
Reference in New Issue
Block a user