Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
AdvUtils
Trie
C# Class AdvUtils.Trie
Afficher le fichier
Open project: zhongkaifu/AdvUtils
Méthodes publiques
Méthode
Description
Add
(
string
key
,
int
value
) :
void
Match
(
string
str
,
int
&
data
) :
bool
Trie
( ) :
System
Method Details
Add()
public
méthode
public
Add
(
string
key
,
int
value
) :
void
key
string
value
int
Résultat
void
Match()
public
méthode
public
Match
(
string
str
,
int
&
data
) :
bool
str
string
data
int
Résultat
bool
Trie()
public
méthode
public
Trie
( ) :
System
Résultat
System