Description
Currently returns an empty ArrayList or a Collections.singletonList(). Make it a bit more symmetrical by only returning immutable lists (and save a few bytes of memory).
Attachments
Issue Links
- links to
Currently returns an empty ArrayList or a Collections.singletonList(). Make it a bit more symmetrical by only returning immutable lists (and save a few bytes of memory).