Hey I have a sorting question. I have an array wit...
# getting-started
f
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