List
Base: Obj
Funciones
-
List
List (
List
,
int
,
int
)
-
void
append (
List
,
Obj
)
-
Obj
at (
List
,
int
)
-
void
clear (
List
)
-
void
co_copyFrom (
List
,
Obj
)
-
int
count (
List
)
-
bool
empty (
List
)
-
Obj
extract (
List
,
int
)
-
int
index (
List
,
Obj
)
-
void
insert (
List
,
int
,
Obj
)
-
void
move (
List
,
int
,
int
)
-
int
remove (
List
,
int
)
-
void
set (
List
,
int
,
Obj
)
© Paco Suárez (pacosu@xitai,es). 2023.