Timeline for var args constructors/methods vs lists
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 25, 2019 at 13:07 | history | protected | gnat | ||
| Mar 14, 2013 at 21:05 | vote | accept | Sergio | ||
| Feb 26, 2013 at 1:04 | audit | Suggested edits | |||
| Feb 26, 2013 at 1:05 | |||||
| Feb 12, 2013 at 18:23 | answer | added | Sean McSomething | timeline score: 5 | |
| Feb 11, 2013 at 21:46 | history | edited | Sergio | CC BY-SA 3.0 | added 42 characters in body |
| Feb 11, 2013 at 17:19 | comment | added | kevin cline | Do NOT require List<X> unless you need random access. That will be very inconvenient for future programmers who have a Set or a Map or another type of collection, and want to call your API. Instead declare the argument type to be Iterable<X>. | |
| Feb 11, 2013 at 12:38 | history | edited | Sergio | CC BY-SA 3.0 | added 14 characters in body |
| Feb 11, 2013 at 11:15 | history | edited | Sergio | CC BY-SA 3.0 | added 440 characters in body |
| Feb 11, 2013 at 11:08 | vote | accept | Sergio | ||
| Feb 11, 2013 at 12:37 | |||||
| Feb 11, 2013 at 1:54 | answer | added | skelly | timeline score: -2 | |
| Feb 10, 2013 at 22:12 | history | tweeted | twitter.com/#!/StackProgrammer/status/300728856107683841 | ||
| Feb 10, 2013 at 21:46 | answer | added | Ross Patterson | timeline score: -6 | |
| Feb 10, 2013 at 20:26 | history | asked | Sergio | CC BY-SA 3.0 |