Vala.Collection – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
Collection
is_empty
size
Collection
add
add_all
clear
contains
remove
to_array
Collection
Object Hierarchy:
Description:
public
abstract
class
Collection
<
G
> :
Iterable
<
G
>
All known sub-classes:
ArrayList
HashSet
List
Set
Namespace:
Vala
Package:
libvala-0.56
Content:
Properties:
public
virtual
bool
is_empty
{
get
; }
public
abstract
int
size
{
get
; }
Creation methods:
protected
Collection
()
Methods:
public
abstract
bool
add
(
G
item)
public
virtual
bool
add_all
(
Collection
<
G
> collection)
public
abstract
void
clear
()
public
abstract
bool
contains
(
G
item)
public
abstract
bool
remove
(
G
item)
public
virtual
G
[]
to_array
()
Inherited Members:
All known members inherited from class Vala.Iterable
get_element_type
iterator