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.
Java version is working fine now.
BTW Google kind of think just like you do: https://github.com/google/auto/blob/master/value/userguide/builders.md
Instantiate a builder to instantiate a class every time you want to instantiate a class doesn't seem to be a big gain, please check mor on the topin at this SO answer: https://stackoverflow.com/questions/5007355/builder-pattern-in-effective-java
This comment is hidden because it contains spoiler information about the solution
When you ask for something post a question, not an issue.
See the top of the page: 284 guys passed the Java kata.
It appears that your code is too slow.
Having a problem with this tests...
My IDE runs the code (and the sample tests) within 0.007 sec.
Also the Tests on CodeWars are fine.
But when attampting to pass as solution, i get an java time out exception each time (it took more than 20 sec).
Is this a failing Unit test?
I believe, the Java Testcase has a compilation error
The Build Output:
The code template uses "itemsCount()" not "itemCount()"