Search Results

10
votes
7answers
1k views

Why aren’t Java Collections remove methods generic?

Why isn't Collection.remove(Object o) generic? Seems like Colle …
1
vote

What is Your Favourite Area of the Java API?

java.util.regex There are other packages I can't live without, but the regex package has to be in the top tier of "greatest additions to java" -- definitely right up there with Collections. …