Stephanie Wilde-Hobbs
Stephanie Wilde-Hobbs
@stanhebben current.rx14.co.uk
Wasn't the idea to get maven back online not jenkins? If you cname maven.novaapi.net I'll get that set up tomorrow.
It's a lot of work for me to put in for a dead project. I don't think it's worth it.
What's the use of the `has()` function?
That appears to be a really bad idea to me.
Could always expect programmers to be able to use `List#size`...
No, this clearly breaks the contract of `List`. Nobody expects `List` to do that. If you want to create an interface like this, then we should create an `Args` class...
Maybe, but not as the main API, it should have `size()` and `get(int)` (like `List`), but return `EmptyArg` classes instead of index error.
@SoniEx2 semantics, return a Collections.immutableList view of it.
Why not?