package convexHull; /** * This type was created in VisualAge. */ public class ComparatorAdapter implements Comparator { /** * compare method comment. */ public int compare(Object o1, Object o2) { return 0; } }