Javadoc WIN – Map.keySet()

This week, I was writing a class that implements the Set interface but uses a Map internally to track usage information about the contents of the Set.  I was implementing the removeAll() method, and wanted to use an Iterator over the Set returned by Map.keySet() in my method. My question was, will the remove() method [...]

Posted on January 8, 2010 at 11:45 am by Shad Aumann · Permalink · Leave a comment
In: Articles · Tagged with: , , ,