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
/
SortOps
Sort
Ops
abstract
class
SortOps
<
T
>
Inheritors
Sorting
SortOpsComparable
PointSortOpts
PointSortOpts
Members
Constructors
Sort
Ops
Link copied to clipboard
constructor
(
)
Functions
compare
Link copied to clipboard
abstract
fun
compare
(
subject
:
T
,
l
:
Int
,
r
:
Int
)
:
Int
reverse
Link copied to clipboard
open
fun
reverse
(
subject
:
T
,
indexL
:
Int
,
indexR
:
Int
)
shift
Left
Link copied to clipboard
open
fun
shiftLeft
(
subject
:
T
,
indexL
:
Int
,
indexR
:
Int
)
swap
Link copied to clipboard
abstract
fun
swap
(
subject
:
T
,
indexL
:
Int
,
indexR
:
Int
)