garydgregory commented on PR #249: URL: https://github.com/apache/commons-csv/pull/249#issuecomment-1210388725
Hm, I don't see the point of a read only list. IMO if I convert the record to a list, I should be able to do whatever I want with the list. If the list is RO, then I have to make a copy to edit it which is counter intuitive and wasteful. This is a toList() convert method and not a getList() access method after all. The point of a list here IMO is that I can edit its size, unlike an array. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
