Collections

object Collections : PackageRef

Types

List
Link copied to clipboard
object List : ClassRef
Map
Link copied to clipboard
object Map : ClassRef
MutableList
Link copied to clipboard
object MutableList : ClassRef
MutableMap
Link copied to clipboard
object MutableMap : ClassRef
MutableSet
Link copied to clipboard
object MutableSet : ClassRef
Set
Link copied to clipboard
object Set : ClassRef

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

arrayToList
Link copied to clipboard
val arrayToList: FunctionRef
arrayToMutableList
Link copied to clipboard
val arrayToMutableList: FunctionRef
Collection
Link copied to clipboard
val Collection: ClassRef
collectionToTypedArray
Link copied to clipboard
val collectionToTypedArray: FunctionRef
fqName
Link copied to clipboard
val fqName: FqName
Iterable
Link copied to clipboard
val Iterable: ClassRef
iterableMinusElementToList
Link copied to clipboard
val iterableMinusElementToList: FunctionRef
iterableMinusIterableToList
Link copied to clipboard
val iterableMinusIterableToList: FunctionRef
iterablePlusElementToList
Link copied to clipboard
val iterablePlusElementToList: FunctionRef
iterablePlusIterableToList
Link copied to clipboard
val iterablePlusIterableToList: FunctionRef
iterableToList
Link copied to clipboard
val iterableToList: FunctionRef
iterableToMap
Link copied to clipboard
val iterableToMap: FunctionRef
iterableToMutableList
Link copied to clipboard
val iterableToMutableList: FunctionRef
listOfEmpty
Link copied to clipboard
val listOfEmpty: FunctionRef
listOfNotNullVararg
Link copied to clipboard
val listOfNotNullVararg: FunctionRef
listOfVararg
Link copied to clipboard
val listOfVararg: FunctionRef
mapGetOrDefault
Link copied to clipboard
val mapGetOrDefault: FunctionRef
mapGetOrElse
Link copied to clipboard
val mapGetOrElse: FunctionRef
mapGetValue
Link copied to clipboard
val mapGetValue: FunctionRef
mapMinusIterableKeys
Link copied to clipboard
val mapMinusIterableKeys: FunctionRef
mapMinusKey
Link copied to clipboard
val mapMinusKey: FunctionRef
mapOfEmpty
Link copied to clipboard
val mapOfEmpty: FunctionRef
mapOfVararg
Link copied to clipboard
val mapOfVararg: FunctionRef
mapPlusElementPair
Link copied to clipboard
val mapPlusElementPair: FunctionRef
mapPlusIterablePairs
Link copied to clipboard
val mapPlusIterablePairs: FunctionRef
mapPlusMap
Link copied to clipboard
val mapPlusMap: FunctionRef
mapToList
Link copied to clipboard
val mapToList: FunctionRef
mutableListOfEmpty
Link copied to clipboard
val mutableListOfEmpty: FunctionRef
mutableListOfVararg
Link copied to clipboard
val mutableListOfVararg: FunctionRef
mutableListRemoveFirst
Link copied to clipboard
val mutableListRemoveFirst: FunctionRef
mutableListRemoveLast
Link copied to clipboard
val mutableListRemoveLast: FunctionRef
mutableMapGetOrPut
Link copied to clipboard
val mutableMapGetOrPut: FunctionRef
mutableMapOfEmpty
Link copied to clipboard
val mutableMapOfEmpty: FunctionRef
mutableMapOfVararg
Link copied to clipboard
val mutableMapOfVararg: FunctionRef
mutableSetOfEmpty
Link copied to clipboard
val mutableSetOfEmpty: FunctionRef
mutableSetOfVararg
Link copied to clipboard
val mutableSetOfVararg: FunctionRef
setMinusElementToSet
Link copied to clipboard
val setMinusElementToSet: FunctionRef
setMinusIterableToSet
Link copied to clipboard
val setMinusIterableToSet: FunctionRef
setOfEmpty
Link copied to clipboard
val setOfEmpty: FunctionRef
setOfNotNullVararg
Link copied to clipboard
val setOfNotNullVararg: FunctionRef
setOfVararg
Link copied to clipboard
val setOfVararg: FunctionRef
setPlusElementToSet
Link copied to clipboard
val setPlusElementToSet: FunctionRef
setPlusIterableToSet
Link copied to clipboard
val setPlusIterableToSet: FunctionRef

Sources

jvm source
Link copied to clipboard