home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / java2d / loops / EdgeCollection$LeftComparator.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  795 b   |  22 lines

  1. package sun.java2d.loops;
  2.  
  3. import java.util.Comparator;
  4.  
  5. class EdgeCollection$LeftComparator implements Comparator {
  6.    // $FF: synthetic field
  7.    private final EdgeCollection this$0;
  8.  
  9.    private EdgeCollection$LeftComparator(EdgeCollection var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public int compare(Object var1, Object var2) {
  14.       return ((EdgeCollection.EdgeEntry)var1).isLeftOf((EdgeCollection.EdgeEntry)var2);
  15.    }
  16.  
  17.    // $FF: synthetic method
  18.    EdgeCollection$LeftComparator(EdgeCollection var1, EdgeCollection.1 var2) {
  19.       this(var1);
  20.    }
  21. }
  22.