Join Slack
Powered by
List.get() does not return `null` unless the list ...
# strikt
r
robfletcher
03/17/2019, 3:47 PM
List.get() does not return
null
unless the list allows null entries. It will throw an IndexOutOfBoundsException if the list is empty or
i
is out of range
👍🏼 1
4
Views
Open in Slack
Previous
Next