James Strachan
|
0007be9377
|
#KT-537 adds A.to(B) helper method to make easy creation of map literals: hashMap("a" to 3, "b" to 6) etc
|
2012-04-16 20:37:13 +01:00 |
|
James Strachan
|
cabaeab972
|
added toLinkedMap() and toSortedMap helper functions and test cases
|
2012-04-16 19:30:13 +01:00 |
|
James Strachan
|
378c95baa3
|
added a linkedMap() function to help create LinkedHashMap objects to maintain map insertion order
|
2012-04-16 17:52:02 +01:00 |
|
James Strachan
|
0325e68a86
|
#KT-1795 Fixed - added hashMap() and sortedMap() helper functions for creating maps more easily using tuples
|
2012-04-16 12:00:47 +01:00 |
|
James Strachan
|
8ffca6e52f
|
added test case for KT-1773 -(commented out :)
|
2012-04-13 09:34:06 +01:00 |
|
James Strachan
|
4c09af0a77
|
added test case for KT-1773
|
2012-04-13 09:33:29 +01:00 |
|
James Strachan
|
33e0e2d991
|
#KT-1775 Fixed
|
2012-04-12 18:13:43 +01:00 |
|
James Strachan
|
57a5e81db8
|
re-enabled the Map.Entry key/value properties (not quite sure why they were disabled, tests all seem to work?) and tidied up the sample code for the kdocs
|
2012-04-12 14:56:06 +01:00 |
|
James Strachan
|
f9b00ad3f9
|
#KT-1772 Fixed
|
2012-04-12 14:29:44 +01:00 |
|
James Strachan
|
133afa8327
|
link more documentation to test cases and filled out the test cases a little
|
2012-03-27 12:26:20 +01:00 |
|
James Strachan
|
7ef65c0099
|
moved the stdlib tests into the same directory as the stdlib, so it works a bit better with maven support in IDEA
|
2012-03-14 16:14:14 +00:00 |
|