Timeline for Why Java Collections class is not final?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 18, 2016 at 19:50 | answer | added | JimmyJames | timeline score: 0 | |
| Sep 28, 2016 at 22:36 | history | tweeted | twitter.com/StackProgrammer/status/781261305042833409 | ||
| Sep 28, 2016 at 18:16 | comment | added | Andres F. | You wouldn't declare a class final for performance reasons. It's used to indicate the class is not meant to be extended. This class is obviously not meant to be extended, but who knows why it wasn't declared final? Maybe ask Josh Bloch? :) | |
| Sep 28, 2016 at 16:46 | answer | added | Servy | timeline score: 7 | |
| Sep 28, 2016 at 16:42 | review | First posts | |||
| Sep 30, 2016 at 14:00 | |||||
| Sep 28, 2016 at 16:36 | history | asked | vtor | CC BY-SA 3.0 |