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 >
Wrap
Text File
|
2003-07-14
|
484b
|
45 lines
head 1.2;
access;
symbols;
locks; strict;
comment @# @;
1.2
date 2003.07.14.19.37.56; author htodd; state dead;
branches;
next 1.1;
1.1
date 2003.07.06.04.27.10; author htodd; state Exp;
branches;
next ;
desc
@@
1.2
log
@Moving files and starting ant.
@
text
@//: Compare.java
// Interface for sorting callback:
interface Compare {
boolean lessThan(Object lhs, Object rhs);
boolean lessThanOrEqual(Object lhs, Object rhs);
} ///:~
@
1.1
log
@Trying to sync.
@
text
@@