fork-util
0.1.0-alpha
jvm
fork-util
/
net.peanuuutz.fork.util.common.diff
/
Differ
Differ
interface
Differ
Members
Functions
compare
Link copied to clipboard
abstract
fun
compare
(
oldIndex
:
Int
,
newIndex
:
Int
)
:
Boolean
insert
Link copied to clipboard
abstract
fun
insert
(
newIndex
:
Int
)
remove
Link copied to clipboard
abstract
fun
remove
(
oldIndex
:
Int
)
update
Link copied to clipboard
abstract
fun
update
(
oldIndex
:
Int
,
newIndex
:
Int
)