added proper map with default size passed in for Collection/Array but also added to Iterable and java.util.Iterable with no size; so the collection/iterable methods are now I think replicated; just need iterator methods now

This commit is contained in:
James Strachan
2011-12-23 15:52:37 +00:00
parent 877de17122
commit 991a3d9dec
3 changed files with 22 additions and 3 deletions
@@ -1,5 +1,5 @@
// NOTE this file is auto-generated from stdlib/ktSrc/JavaCollections.kt
package std.util
package std
import java.util.*