Dominique Devienne wrote: > Given the above, there are no reasons to limit the 1.6 code base from > *any* change that's JDK 1.2 (Java 2) compatible. That includes moving > everything to the Java 2 Collections.
As long as you don't break the public API. There are quite a few places where Hashtables are used. Hashtable is still part of JDK1.2 AFAIK ( and implements Map), so we are already using Java2 Collections :-) Costin