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

Shad finds high-value intersections between business strategy and information technology. He currently resides in the Madison, WI area.