This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Compile error with TreeSet
- To: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- Subject: Compile error with TreeSet
- From: Edgar Villanueva <edgar at villanueva dot com>
- Date: Wed, 14 Feb 2001 17:48:45 -0500
- Reply-To: edgar at villanueva dot com
ojects/gcc/build/i686-pc-linux-gnu/libjava java/util/TreeSet.java
java/util/TreeSet.java: In class `java.util.TreeSet':
java/util/TreeSet.java: In method `java.util.TreeSet.clone()':
java/util/TreeSet.java:163: Can't access protected method
`java.lang.Object.clone' from `java.util.TreeSet'.
copy.map = (TreeMap) map.clone();
^
1 error
ma