for consistency, moved extension functions on iterator/iterable/collection to the kotlin package rather than being split across kotlin and kotlin.util. Once intrinsic collections are here we could consider moving the java.util extension functions into kotlin.java.util

This commit is contained in:
James Strachan
2012-03-26 08:58:50 +01:00
parent dd9c36387c
commit 3a4ed6a85f
15 changed files with 17 additions and 22 deletions
@@ -1,5 +1,5 @@
// NOTE this file is auto-generated from src/JavaCollections.kt
package kotlin.util
package kotlin
import java.util.*
@@ -1,5 +1,5 @@
// NOTE this file is auto-generated from src/JavaIterables.kt
package kotlin.util
package kotlin
import java.util.*