Gee.Map – gee-0.8 Reference Manual
Packages
gee-0.8
Gee
Map
Entry
entries
is_empty
key_type
keys
read_only
read_only_view
size
value_type
values
empty
@get
@set
clear
contains
contains_all
has
has_all
has_key
map_iterator
remove
remove_all
set_all
unset
unset_all
Map
Object Hierarchy:
Description:
[
GenericAccessors
]
public
interface
Map
<
K
,
V
> :
Object
,
Iterable
<
Entry
<
K
,
V
>>
All known implementing classes:
AbstractMap
All known sub-interfaces:
SortedMap
Namespace:
Gee
Package:
gee-0.8
Content:
Classes:
Entry
-
Properties:
public
abstract
Set
<
Entry
<
K
,
V
>>
entries
{
owned
get
; }
public
virtual
bool
is_empty
{
get
; }
public
Type
key_type
{
get
; }
public
abstract
Set
<
K
>
keys
{
owned
get
; }
public
abstract
bool
read_only
{
get
; }
public
abstract
Map
<
K
,
V
>
read_only_view
{
owned
get
; }
public
abstract
int
size
{
get
; }
public
Type
value_type
{
get
; }
public
abstract
Collection
<
V
>
values
{
owned
get
; }
Static methods:
public
static
Map
<
K
,
V
>
empty
<
K
,
V
> ()
Methods:
public
abstract
void
clear
()
public
bool
contains
(
K
key)
public
bool
contains_all
(
Map
<
K
,
V
> map)
public
abstract
V
@get
(
K
key)
public
abstract
bool
has
(
K
key,
V
value)
public
virtual
bool
has_all
(
Map
<
K
,
V
> map)
public
abstract
bool
has_key
(
K
key)
public
abstract
MapIterator
<
K
,
V
>
map_iterator
()
public
bool
remove
(
K
key,
out
V
value =
null
)
public
bool
remove_all
(
Map
<
K
,
V
> map)
public
abstract
void
@set
(
K
key,
V
value)
public
virtual
void
set_all
(
Map
<
K
,
V
> map)
public
abstract
bool
unset
(
K
key,
out
V
value =
null
)
public
virtual
bool
unset_all
(
Map
<
K
,
V
> map)
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.Iterable
iterator