Dict
Base: Obj
Funciones
-
void
clear (
Dict
)
-
int
compare (
Dict
,
Obj
)
-
void
copyFrom (
Dict
,
Obj
)
-
int
count (
Dict
)
-
int
empty (
Dict
)
-
Obj
extract (
Dict
,
String
)
-
Obj
extract (
Dict
,
str
)
-
Obj
get (
Dict
,
String
)
-
Obj
get (
Dict
,
str
)
-
int
has (
Dict
,
String
)
-
int
has (
Dict
,
str
)
-
String
key (
Dict
,
Obj
)
-
int
keys (
Dict
,
List
)
-
int
remove (
Dict
,
String
)
-
int
remove (
Dict
,
str
)
-
void
set (
Dict
,
String
,
Obj
)
-
void
set (
Dict
,
str
,
Obj
)
© Paco Suárez (pacosu@xitai,es). 2023.