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.
I see errors when I paste your code. I also see you initialize
List
without declaring its type. IDK if it's required, but when I do, the errors go away. You should start with that.BTW, take your time to read those error messages, they're telling you what the problem is exactly, most of the time... Maybe not in java :P
Please post the code here. Be sure to mark it as spoiler.