Skip to content
Snippets Groups Projects
Commit 16d56521 authored by Christopher Schankula's avatar Christopher Schankula :earth_africa:
Browse files

add GeneralCompare interface to sort package

parent dde16d49
No related branches found
No related tags found
No related merge requests found
package sort;
public interface GeneralCompare<T> {
public int compare(T a1, T a2);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment