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 |
|
Stepan Koltsov
|
ff74f8217b
|
another "temporary" hack
I heard of some package merging problems, testlib declares std.test package,
and stdlib.jar has std package
|
2012-01-18 12:08:36 +04:00 |
|
James Strachan
|
1889672363
|
use java.util.HashMap directly
|
2012-01-04 16:49:19 +00:00 |
|
James Strachan
|
e73e81c526
|
added support for map[key] = value on java.util.Map
|
2012-01-04 16:14:49 +00:00 |
|
James Strachan
|
2bc5efce12
|
add java.util.Map's size and empty properties
|
2012-01-04 09:36:14 +00:00 |
|
Andrey Breslav
|
f52eae71d0
|
GreatSyntacticShift: 'namespace' -> 'package'
|
2011-12-25 15:51:59 +04: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 |
|
James Strachan
|
894c84190a
|
migrated most of the test cases over to the new -> syntax for functions; still can't compile or run the tests yet though :(, needs more work...
|
2011-12-21 16:26:37 +00:00 |
|
James Strachan
|
c9959a10f9
|
added a couple of helper methods to Map to be able look up in a Map with function to provide a default value
|
2011-12-20 18:06:58 +00:00 |
|