LastExceed
03/16/2020, 11:20 AMList
inherit from Set
? isn't a Set the same thing as a List but without indexing?tddmonkey
03/16/2020, 11:21 AMEmil Kantis
03/16/2020, 11:21 AMLastExceed
03/16/2020, 11:21 AMlouiscad
03/16/2020, 11:28 AMCollection
type though.corneil
03/16/2020, 11:30 AMList
is usually ordered where as a Set
is generally not ordered unless you use one that is specifically ordered like a TreeSet
where the items are retrieved in sorted order.Mike
03/16/2020, 11:31 AMcorneil
03/16/2020, 11:33 AMtddmonkey
03/16/2020, 11:35 AMLastExceed
03/16/2020, 11:35 AMMike
03/16/2020, 12:05 PMtddmonkey
03/16/2020, 12:12 PMgildor
03/16/2020, 2:44 PMLastExceed
03/16/2020, 2:45 PMtddmonkey
03/16/2020, 3:20 PM