New Collections
The current JDK 2.0 release seems to have made some minor changes in the collections class. (or perhaps I
need a different version)
List1.java - the removeRange seems to be a protected method with this release
Map1.java - in addition to eliminating ArrayMap the print(Map m) iteration changes the m.entries
collection to a m.entrySet collection Set. Does this mean that the map values are now limited to
non-duplicates in the same way as the keys?
I have been enjoying your book immensely!
Submitted By: Randy George (1999/02/02)
Go up a level
Modify |
Add Comment |
Delete
|