lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.util.bkd
/
BKDRadixSelector
/
PathSlice
Path
Slice
data
class
PathSlice
(
val
writer
:
PointWriter
,
val
start
:
Long
,
val
count
:
Long
)
Sliced reference to points in an PointWriter.
Members
Constructors
Path
Slice
Link copied to clipboard
constructor
(
writer
:
PointWriter
,
start
:
Long
,
count
:
Long
)
Properties
count
Link copied to clipboard
val
count
:
Long
start
Link copied to clipboard
val
start
:
Long
writer
Link copied to clipboard
val
writer
:
PointWriter