Gee.AbstractMap – gee-0.8 Reference Manual
Packages
gee-0.8
Gee
AbstractMap
entries
keys
read_only
read_only_view
size
values
AbstractMap
@foreach
@get
@set
clear
has
has_key
map_iterator
stream
unset
AbstractMap
Object Hierarchy:
Description:
public
abstract
class
AbstractMap
<
K
,
V
> :
Object
,
Traversable
<
Entry
<
K
,
V
>>,
Iterable
<
Entry
<
K
,
V
>>,
Map
<
K
,
V
>
All known sub-classes:
AbstractBidirSortedMap
AbstractSortedMap
HashMap
Stash
TreeMap
Namespace:
Gee
Package:
gee-0.8
Content:
Properties:
public
abstract
Set
<
Entry
<
K
,
V
>>
entries
{
owned
get
; }
public
abstract
Set
<
K
>
keys
{
owned
get
; }
public
abstract
bool
read_only
{
get
; }
public
virtual
Map
<
K
,
V
>
read_only_view
{
owned
get
; }
public
abstract
int
size
{
get
; }
public
abstract
Collection
<
V
>
values
{
owned
get
; }
Creation methods:
public
AbstractMap
()
Methods:
public
abstract
void
clear
()
public
virtual
bool
@foreach
(
ForallFunc
<
Entry
<
K
,
V
>> f)
public
abstract
V
@get
(
K
key)
public
abstract
bool
has
(
K
key,
V
value)
public
abstract
bool
has_key
(
K
key)
public
abstract
MapIterator
<
K
,
V
>
map_iterator
()
public
abstract
void
@set
(
K
key,
V
value)
public
virtual
Iterator
<
A
>
stream
<
A
> (
owned
StreamFunc
<
Entry
<
K
,
V
>,
A
> f)
public
abstract
bool
unset
(
K
key,
out
V
value =
null
)
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.Map
entries
is_empty
key_type
keys
read_only
read_only_view
size
value_type
values
empty
clear
contains
contains_all
@get
has
has_all
has_key
map_iterator
remove
remove_all
@set
set_all
unset
unset_all