sorted With
fun ShortBuffer.sortedWith(comparator: Comparator<in Short>): List<Short>
Content copied to clipboard
fun FloatBuffer.sortedWith(comparator: Comparator<in Float>): List<Float>
Content copied to clipboard
fun DoubleBuffer.sortedWith(comparator: Comparator<in Double>): List<Double>
Content copied to clipboard
Returns a list of all elements sorted according to the specified comparator.