Gee.SortedMap – gee-0.8 Reference Manual
Packages
gee-0.8
Gee
SortedMap
ascending_entries
ascending_keys
read_only_view
empty
head_map
sub_map
tail_map
SortedMap
Object Hierarchy:
Description:
public
interface
SortedMap
<
K
,
V
> :
Map
<
K
,
V
>
All known implementing classes:
AbstractSortedMap
All known sub-interfaces:
BidirSortedMap
Namespace:
Gee
Package:
gee-0.8
Content:
Properties:
public
abstract
SortedSet
<
Entry
<
K
,
V
>>
ascending_entries
{
owned
get
; }
public
abstract
SortedSet
<
K
>
ascending_keys
{
owned
get
; }
public
abstract
SortedMap
<
K
,
V
>
read_only_view
{
owned
get
; }
Static methods:
public
static
Map
<
K
,
V
>
empty
<
K
,
V
> ()
Methods:
public
abstract
SortedMap
<
K
,
V
>
head_map
(
K
before)
public
abstract
SortedMap
<
K
,
V
>
sub_map
(
K
before,
K
after)
public
abstract
SortedMap
<
K
,
V
>
tail_map
(
K
after)
Inherited Members:
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