comicviewer
Toggle table of contents
android
common
ios
jvm
Target filter
android
common
ios
jvm
Switch theme
Search in API
Skip to content
comicviewer
model
/
com.sorrowblue.comicviewer.domain.model
/
SortUtil
Sort
Util
android
common
ios
jvm
actual
object
SortUtil
expect
object
SortUtil
actual
object
SortUtil
actual
object
SortUtil
Members
Properties
compare
File
Link copied to clipboard
android
common
ios
jvm
actual
val
compareFile
:
Comparator
<
File
>
expect
val
compareFile
:
Comparator
<
File
>
actual
val
compareFile
:
Comparator
<
File
>
actual
val
compareFile
:
Comparator
<
File
>
Functions
filter
Link copied to clipboard
android
common
ios
jvm
actual
fun
filter
(
file
:
File
,
supportExtensions
:
List
<
String
>
)
:
Boolean
expect
fun
filter
(
file
:
File
,
supportExtensions
:
List
<
String
>
)
:
Boolean
actual
fun
filter
(
file
:
File
,
supportExtensions
:
List
<
String
>
)
:
Boolean
actual
fun
filter
(
file
:
File
,
supportExtensions
:
List
<
String
>
)
:
Boolean
sorted
Index
Link copied to clipboard
android
common
ios
jvm
actual
fun
sortedIndex
(
list
:
List
<
File
>
)
:
List
<
File
>
expect
fun
sortedIndex
(
list
:
List
<
File
>
)
:
List
<
File
>
actual
fun
sortedIndex
(
list
:
List
<
File
>
)
:
List
<
File
>
actual
fun
sortedIndex
(
list
:
List
<
File
>
)
:
List
<
File
>