Join Slack
Powered by
Hey I have a sorting question. I have an array wit...
# getting-started
f
Filip Husnjak
08/12/2018, 9:43 AM
Hey I have a sorting question. I have an array with ints and nulls
arrayOfNulls<Int>()
is there a method for sorting the ints and ignoring the nulls, because
array.sort()
is returning NullPointerException
2
Views
Open in Slack
Previous
Next