James Strachan
|
9523be50de
|
added not null helper methods for Set and Map
|
2012-02-24 17:25:59 +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
|
724f7860ab
|
tried moving helper function to where the other global util functions are defined to try avoid namespace method disappearing
|
2012-02-21 11:29:50 +00:00 |
|
James Strachan
|
e39aa727a9
|
added helper method for creating hash maps
|
2012-02-21 11:29:50 +00:00 |
|
Andrey Breslav
|
0a808617bb
|
Temporary workaround: commenting out red code
|
2012-01-31 15:12:40 +04:00 |
|
Andrey Breslav
|
c78cb3cc19
|
Rename namespace->package in the token decala
|
2012-01-12 19:50:14 +04:00 |
|
James Strachan
|
e73e81c526
|
added support for map[key] = value on java.util.Map
|
2012-01-04 16:14:49 +00:00 |
|
James Strachan
|
8c40aa58af
|
added working test casres for groovy style markup builders
|
2012-01-04 12:59:37 +00:00 |
|
James Strachan
|
2bc5efce12
|
add java.util.Map's size and empty properties
|
2012-01-04 09:36:14 +00:00 |
|
James Strachan
|
8396017b5b
|
added example of compiler issue; unable to create 'size' and 'empty' properties on Collection<T> and java.util.Map<T> it seems? wonder if its a qualified name issue - qualified names don't seem to be allowed on extension properties - will raise an issue...
|
2011-12-23 17:20:25 +00:00 |
|