kool
/
kool.lib
/
sortedDescending
sorted
Descending
fun
ByteBuffer
.
sortedDescending
():
List
<
Byte
>
Content copied to clipboard
fun
ShortBuffer
.
sortedDescending
():
List
<
Short
>
Content copied to clipboard
fun
IntBuffer
.
sortedDescending
():
List
<
Int
>
Content copied to clipboard
fun
LongBuffer
.
sortedDescending
():
List
<
Long
>
Content copied to clipboard
fun
FloatBuffer
.
sortedDescending
():
List
<
Float
>
Content copied to clipboard
fun
DoubleBuffer
.
sortedDescending
():
List
<
Double
>
Content copied to clipboard
fun
CharBuffer
.
sortedDescending
():
List
<
Char
>
Content copied to clipboard
Returns a list of all elements sorted descending according to their natural sort order.