Gee.SortedMap

g GObject.GInterface GObject.GInterface Gee.SortedMap Gee.SortedMap GObject.GInterface->Gee.SortedMap

Implementations:

Gee.AbstractSortedMap

Methods

class

empty (k_type, k_dup_func, k_destroy_func, v_type, v_dup_func, v_destroy_func)

get_ascending_entries ()

get_ascending_keys ()

get_read_only_view ()

head_map (before)

sub_map (before, after)

tail_map (after)

Virtual Methods

do_get_ascending_entries ()

do_get_ascending_keys ()

do_get_read_only_view ()

do_head_map (before)

do_sub_map (before, after)

do_tail_map (after)

Properties

Name

Type

Flags

Short Description

ascending-entries

Gee.SortedSet

r

ascending-entries

ascending-keys

Gee.SortedSet

r

ascending-keys

read-only-view

Gee.SortedMap

r

read-only-view

Signals

None

Fields

None

Class Details

class Gee.SortedMap
Bases:

GObject.GInterface

Structure:

Gee.SortedMapIface

classmethod empty(k_type, k_dup_func, k_destroy_func, v_type, v_dup_func, v_destroy_func)
Parameters:
Return type:

Gee.Map

get_ascending_entries()
Return type:

Gee.SortedSet

get_ascending_keys()
Return type:

Gee.SortedSet

get_read_only_view()
Return type:

Gee.SortedMap

head_map(before)
Parameters:

before (object or None) –

Return type:

Gee.SortedMap

sub_map(before, after)
Parameters:
Return type:

Gee.SortedMap

tail_map(after)
Parameters:

after (object or None) –

Return type:

Gee.SortedMap

do_get_ascending_entries() virtual
Return type:

Gee.SortedSet

do_get_ascending_keys() virtual
Return type:

Gee.SortedSet

do_get_read_only_view() virtual
Return type:

Gee.SortedMap

do_head_map(before) virtual
Parameters:

before (object or None) –

Return type:

Gee.SortedMap

do_sub_map(before, after) virtual
Parameters:
Return type:

Gee.SortedMap

do_tail_map(after) virtual
Parameters:

after (object or None) –

Return type:

Gee.SortedMap

Property Details

Gee.SortedMap.props.ascending_entries
Name:

ascending-entries

Type:

Gee.SortedSet

Default Value:

None

Flags:

READABLE

ascending-entries

Gee.SortedMap.props.ascending_keys
Name:

ascending-keys

Type:

Gee.SortedSet

Default Value:

None

Flags:

READABLE

ascending-keys

Gee.SortedMap.props.read_only_view
Name:

read-only-view

Type:

Gee.SortedMap

Default Value:

None

Flags:

READABLE

read-only-view