All Downloads are FREE. Search and download functionalities are using the official Maven repository.

core.javautilCollections.kt Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package java.util.Collections

import java.lang.*
import java.util.*

library("collectionsMax")
public fun max(col : Collection, comp : Comparator) : T = noImpl

library("collectionsSort")
public fun  sort(list: MutableList): Unit = noImpl

library("collectionsSort")
public fun  sort(list: MutableList, comparator: java.util.Comparator): Unit = noImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy