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 [...]

January 8, 2010 • Tags: , , , • Posted in: Articles • No Comments