Chapter 21: Data Structures and java.util
Page 510: the first code fragment on the page should read
for (Enumeration e = ht.elements(); e.hasMoreElements(); ) {
System.out.println(e.nextElement());
}
Corrections to Other Chapters
[ Cafe Au Lait | Books | Trade Shows | Links | FAQ | Tutorial | User Groups ]
Copyright 1996-9 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 6, 1999