toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
SortOps
Sort
Ops
abstract
class
SortOps
<
T
>
Inheritors
Sorting
SortOpsComparable
PointSortOpts
PointSortOpts
SortOps
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
)