Gee.AbstractCollection – gee-0.8 Reference Manual
Packages
gee-0.8
Gee
AbstractCollection
read_only
read_only_view
size
AbstractCollection
@foreach
add
clear
contains
iterator
remove
AbstractCollection
Object Hierarchy:
Description:
public
abstract
class
AbstractCollection
<
G
> :
Object
,
Traversable
<
G
>,
Iterable
<
G
>,
Collection
<
G
>
All known sub-classes:
AbstractBidirList
AbstractBidirSortedSet
AbstractList
AbstractMultiSet
AbstractQueue
AbstractSet
AbstractSortedSet
ArrayList
ArrayQueue
ConcurrentList
ConcurrentSet
HashMultiSet
HashSet
LinkedList
PriorityQueue
TreeMultiSet
TreeSet
Namespace:
Gee
Package:
gee-0.8
Content:
Properties:
public
abstract
bool
read_only
{
get
; }
public
virtual
Collection
<
G
>
read_only_view
{
owned
get
; }
public
abstract
int
size
{
get
; }
Creation methods:
public
AbstractCollection
()
Methods:
public
abstract
bool
add
(
G
item)
public
abstract
void
clear
()
public
abstract
bool
contains
(
G
item)
public
virtual
bool
@foreach
(
ForallFunc
<
G
> f)
public
abstract
Iterator
<
G
>
iterator
()
public
abstract
bool
remove
(
G
item)
Inherited Members:
All known members inherited from class GLib.Object
@new
newv
new_valist
get_type
get_class
@ref
unref
ref_sink
weak_ref
weak_unref
add_weak_pointer
remove_weak_pointer
@get
@set
get_property
set_property
get_data
set_data
set_data_full
steal_data
get_qdata
set_qdata
set_qdata_full
steal_qdata
freeze_notify
thaw_notify
dispose
constructed
notify_property
connect
disconnect
add_toggle_ref
remove_toggle_ref
bind_property
notify
ref_count
All known members inherited from interface Gee.Traversable
element_type
chop
filter
fold
@foreach
map
scan
stream
All known members inherited from interface Gee.Iterable
iterator
All known members inherited from interface Gee.Collection
is_empty
read_only
read_only_view
size
empty
add
add_all
add_all_array
clear
contains
contains_all
contains_all_array
remove
remove_all
remove_all_array
retain_all
to_array