Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun compare(subject: T, l: Int, r: Int): Int
Link copied to clipboard
open fun reverse(subject: T, indexL: Int, indexR: Int)
Link copied to clipboard
open fun shiftLeft(subject: T, indexL: Int, indexR: Int)
Link copied to clipboard
abstract fun swap(subject: T, indexL: Int, indexR: Int)