* java/text/CollationKey.java: Implement Comparable.
commit580b82bc48703ed0f56f3c2534b0a7294cabd7e6
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Nov 2000 20:44:03 +0000 (17 20:44 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Nov 2000 20:44:03 +0000 (17 20:44 +0000)
tree0ca710082c0fee778050b7a6372e10201f7c22aa
parent469ea67a3296430eb9039a155063191b9f62cc28
* java/text/CollationKey.java: Implement Comparable.
(compareTo(Object)): New method.
* java/text/Collator.java (compare(Object,Object)): New method.
Implement Comparator.

* java/util/zip/InflaterInputStream.java (available): New method.
(close): New method.
(read, available, skip, fill): Throw exception if stream closed.
* java/util/zip/ZipInputStream.java (read, skip, readFully, fill,
getNextEntry): Throw exception if closed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37525 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/text/CollationKey.java
libjava/java/text/Collator.java
libjava/java/util/zip/InflaterInputStream.java
libjava/java/util/zip/ZipInputStream.java