public class Operation { public int compareTo(Operation other) { return 0; } }