korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure
/
SortOpsComparable
Sort
Ops
Comparable
object
SortOpsComparable
:
SortOps
<
MutableList
<
Comparable
<
Any
>
>
>
Members
Functions
compare
Link copied to clipboard
open
override
fun
compare
(
subject
:
MutableList
<
Comparable
<
Any
>
>
,
l
:
Int
,
r
:
Int
)
:
Int
reverse
Link copied to clipboard
open
fun
reverse
(
subject
:
MutableList
<
Comparable
<
Any
>
>
,
indexL
:
Int
,
indexR
:
Int
)
shift
Left
Link copied to clipboard
open
fun
shiftLeft
(
subject
:
MutableList
<
Comparable
<
Any
>
>
,
indexL
:
Int
,
indexR
:
Int
)
swap
Link copied to clipboard
open
override
fun
swap
(
subject
:
MutableList
<
Comparable
<
Any
>
>
,
indexL
:
Int
,
indexR
:
Int
)