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
|
cd70f06203
|
added notEmpty() helper method as its very common to want to do something if a collection is not empty; so if (foo.notEmpty()) is easier to read than if (!foo.isEmpty())
|
2012-02-23 09:24:24 +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 |
|