Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Lucene
Net
LukeNet
GrowableStringArray
C# Class Lucene.Net.LukeNet.GrowableStringArray
Datei anzeigen
Open project: mammo/LukeSharp
Class Usage Examples
Public Properties
Property
Type
Description
INITIAL_SIZE
int
Public Methods
Method
Description
Get
(
int
index
) :
String
Set
(
int
index
,
String
val
) :
void
Size
( ) :
int
Method Details
Get()
public
method
public
Get
(
int
index
) :
String
index
int
return
String
Set()
public
method
public
Set
(
int
index
,
String
val
) :
void
index
int
val
String
return
void
Size()
public
method
public
Size
( ) :
int
return
int
Property Details
INITIAL_SIZE
public_oe property
public
int
INITIAL_SIZE
return
int