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
/
binarySearchRight
binary
Search
Right
fun
IntArray
.
binarySearchRight
(
v
:
Int
,
fromIndex
:
Int
=
0
,
toIndex
:
Int
=
size
)
:
Int
fun
FloatArray
.
binarySearchRight
(
v
:
Float
,
fromIndex
:
Int
=
0
,
toIndex
:
Int
=
size
)
:
Int
fun
DoubleArray
.
binarySearchRight
(
v
:
Double
,
fromIndex
:
Int
=
0
,
toIndex
:
Int
=
size
)
:
Int
fun
IntArrayList
.
binarySearchRight
(
v
:
Int
,
fromIndex
:
Int
=
0
,
toIndex
:
Int
=
size
)
:
Int
fun
FloatArrayList
.
binarySearchRight
(
v
:
Float
,
fromIndex
:
Int
=
0
,
toIndex
:
Int
=
size
)
:
Int
fun
DoubleArrayList
.
binarySearchRight
(
v
:
Double
,
fromIndex
:
Int
=
0
,
toIndex
:
Int
=
size
)
:
Int