James Strachan
|
cb7d23c420
|
added collection.toSortedSet() for easier conversion to sorted setsand collection.notNull() so its easy to treat a nullable collection/list as a collection
|
2012-02-24 07:04:47 +00:00 |
|
James Strachan
|
a68b00dfd4
|
renamed the rather long getOrElseUpdate to a simpler getOrPut which is a bit simpler and more accurate; as a new entry is put into the Map if its null
|
2012-02-21 11:29:50 +00:00 |
|
James Strachan
|
852e21fe7e
|
added Iterable<T>.reverse() along with foldRight(init, op)
|
2012-01-07 07:49:54 +00:00 |
|
James Strachan
|
ab47bee033
|
minor tweak to docs
|
2012-01-06 09:46:58 +00:00 |
|
James Strachan
|
4627738ca4
|
added support for fold() along with a handy expect() test method (like scalatest)
|
2012-01-06 09:35:44 +00:00 |
|
James Strachan
|
393ecf2208
|
added a groupBy method (and stumbled on a couple more little compiler bugs which could well be the same as previous issues I've raised this week). Happy holidays everyone :)
|
2011-12-24 07:46:26 +00:00 |
|
James Strachan
|
aa46952531
|
implemented containerType.count(predicate)
|
2011-12-23 16:48:22 +00:00 |
|
James Strachan
|
3fa49cadc0
|
added filterNot method
|
2011-12-23 16:27:40 +00:00 |
|
James Strachan
|
877de17122
|
move coverage of the standard methods across Iterable, Array, java.util.Iterable (not quite complete but close)
|
2011-12-23 15:46:41 +00:00 |
|
James Strachan
|
5242985e2e
|
first cut of a little bit of code generation to make sure we mirror most of the java.util.Iterable<T> methods to Array<T>
|
2011-12-23 15:23:21 +00:00 |
|