-
Bug
-
Resolution: Done
-
Major
-
9.2.0.Final
-
None
The iterator remove method is completely unnecessary and adds additional wrapping and complexity to all stream objects. We should remove this completely. The Cache.(entrySet|keySet|values).iterator is the only ones that should support remove on the iterator.