Post Undeleted by mmyers
    Post Deleted by mmyers
show/hide this revision's text 2 deleted 83 characters in body

That's because of type erasure; at compile time, the generic parameter turns into whatever its lower bound is.

And anyway, if

The compiler is trying to tell you that something is wrong. If it did what you think it ought to, you'd get a ClassCastException -- you can't cast a LinkedList to an ArrayList.

show/hide this revision's text 1