Hacker News new | ask | show | jobs
by didip 3652 days ago
I'd love to learn more about Java's broken collection types. What's broken about them?
1 comments

The pattern of throwing exceptions for operations deemed "unsupported", an API that requires massive workarounds to keep alive in Java 10, no support for immutable collections, unmodifiable views are a complete clusterfuck, no persistent collections etc.