Remove java.util references from the common code
This commit is contained in:
@@ -9,7 +9,6 @@ package kotlin.collections
|
||||
//
|
||||
|
||||
import kotlin.comparisons.*
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Returns 1st *element* from the collection.
|
||||
|
||||
@@ -9,7 +9,6 @@ package kotlin.collections
|
||||
//
|
||||
|
||||
import kotlin.comparisons.*
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Returns 1st *element* from the collection.
|
||||
|
||||
@@ -9,7 +9,6 @@ package kotlin.collections
|
||||
//
|
||||
|
||||
import kotlin.comparisons.*
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Returns a [List] containing all key-value pairs.
|
||||
|
||||
@@ -9,7 +9,6 @@ package kotlin.ranges
|
||||
//
|
||||
|
||||
import kotlin.comparisons.*
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Checks if the specified [value] belongs to this range.
|
||||
|
||||
@@ -9,7 +9,6 @@ package kotlin.sequences
|
||||
//
|
||||
|
||||
import kotlin.comparisons.*
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Returns `true` if [element] is found in the sequence.
|
||||
|
||||
@@ -9,7 +9,6 @@ package kotlin.collections
|
||||
//
|
||||
|
||||
import kotlin.comparisons.*
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Returns a set containing all elements of the original set except the given [element].
|
||||
|
||||
@@ -9,7 +9,6 @@ package kotlin.text
|
||||
//
|
||||
|
||||
import kotlin.comparisons.*
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Returns a character at the given [index] or throws an [IndexOutOfBoundsException] if the [index] is out of bounds of this char sequence.
|
||||
|
||||
Reference in New Issue
Block a user