Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
Nice!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
For what it's worth
PriorityQueue
s are about as close as you get to a sortedList
if anyone is ever in need ofQueue
-only functionality but wants it sorted.This really frustrates me too. I haven't seen a good argument for why there aren't
CharStream
,FloatStream
, etc. Creating special*Stream
s for only some primitives is an injustice (and creates weird scenarios like this wherejava.*
API returnschar
s as anIntStream
)Your points on
Character
vsNumber
are well-taken, while both routes employ some confusion, I think I probably agree with you more than myself from yesterday now.Character.getNumericValue(char)
might be even more straightforward (unfortunately I found it after completing my own solution).This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The return value is definitely confusing but I tend to give a pass to
java.*
API when it is confusing and use it anyways.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
spoiler flag, plz...
spoiler flag, plz...
Loading more items...