lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
common
/
org.gnit.lucenekmp.analysis.compound.hyphenation
/
CharVector
Char
Vector
class
CharVector
This class implements a simple char vector with access to the underlying array.
Members
Constructors
Char
Vector
Link copied to clipboard
constructor
(
)
constructor
(
capacity
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
alloc
Link copied to clipboard
fun
alloc
(
size
:
Int
)
:
Int
capacity
Link copied to clipboard
fun
capacity
(
)
:
Int
get
Link copied to clipboard
fun
get
(
index
:
Int
)
:
Char
get
Array
Link copied to clipboard
fun
getArray
(
)
:
CharArray
length
Link copied to clipboard
fun
length
(
)
:
Int
put
Link copied to clipboard
fun
put
(
index
:
Int
,
val
:
Char
)
trim
To
Size
Link copied to clipboard
fun
trimToSize
(
)