home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / oss / cvs-2004 / OpenHamLog / Attic / Compare.java,v < prev    next >
Text File  |  2003-07-14  |  484b  |  45 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @# @;
  6.  
  7.  
  8. 1.2
  9. date    2003.07.14.19.37.56;    author htodd;    state dead;
  10. branches;
  11. next    1.1;
  12.  
  13. 1.1
  14. date    2003.07.06.04.27.10;    author htodd;    state Exp;
  15. branches;
  16. next    ;
  17.  
  18.  
  19. desc
  20. @@
  21.  
  22.  
  23. 1.2
  24. log
  25. @Moving files and starting ant.
  26. @
  27. text
  28. @//: Compare.java
  29. // Interface for sorting callback:
  30.  
  31. interface Compare {
  32.   boolean lessThan(Object lhs, Object rhs);
  33.   boolean lessThanOrEqual(Object lhs, Object rhs);
  34. } ///:~ 
  35. @
  36.  
  37.  
  38. 1.1
  39. log
  40. @Trying to sync.
  41. @
  42. text
  43. @@
  44.  
  45.