1. 06 Mar, 2001 1 commit
    • TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext(). · 5c409ad3
      2001-03-06  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* java/util/TreeSet.java (writeObject): Use a for-loop instead of
      	Iterator.hasNext().
      
      2001-03-05  Jochen Hoenicke  <jochen@gnu.org>
      
      	* java/util/TreeMap.java (writeObject): Use defaultWriteObject()
      	instead of the new JDK1.2 API.  This is simpler and makes
      	back-porting the classes to JDK1.1 trivial.
      	(readObject): likewise.
      
      From-SVN: r40252
      Bryce McKinlay committed
  2. 16 Feb, 2001 1 commit
  3. 15 Feb, 2001 1 commit
  4. 14 Feb, 2001 1 commit
    • re PR libgcj/1758 (java.util package lacks TreeMap) · a142a996
              * java/util/TreeMap.java: New file.
              * java/util/TreeSet.java: New file.
              * Makefile.am: Add TreeMap and TreeSet. Enable WeakHashMap.
              * Makefile.in: Rebuilt.
              * java/util/HashSet.java (clone): Use constructor instead of calling
              clone on itself.
              * java/util/SortedSet.java: Sync with classpath.
              * java/util/HashMap.java (hash): Use if statement instead of ternary,
              for clarity.
      	Resolves PR libgcj/1758.
      	Resolves PR java/1684.
      
      From-SVN: r39657
      Bryce McKinlay committed