Gee.ArrayList

g GObject.GInterface GObject.GInterface Gee.BidirList Gee.BidirList GObject.GInterface->Gee.BidirList Gee.Collection Gee.Collection GObject.GInterface->Gee.Collection Gee.Iterable Gee.Iterable GObject.GInterface->Gee.Iterable Gee.List Gee.List GObject.GInterface->Gee.List Gee.Traversable Gee.Traversable GObject.GInterface->Gee.Traversable GObject.Object GObject.Object Gee.AbstractCollection Gee.AbstractCollection GObject.Object->Gee.AbstractCollection Gee.AbstractBidirList Gee.AbstractBidirList Gee.ArrayList Gee.ArrayList Gee.AbstractBidirList->Gee.ArrayList Gee.AbstractList Gee.AbstractList Gee.AbstractCollection->Gee.AbstractList Gee.AbstractList->Gee.AbstractBidirList Gee.BidirList->Gee.AbstractBidirList Gee.Collection->Gee.AbstractCollection Gee.Iterable->Gee.AbstractCollection Gee.List->Gee.AbstractList Gee.Traversable->Gee.AbstractCollection

Subclasses:

None

Methods

Inherited:

Gee.AbstractBidirList (12), Gee.AbstractList (18), Gee.AbstractCollection (19), GObject.Object (37), Gee.Traversable (16), Gee.Iterable (1), Gee.Collection (20), Gee.List (13), Gee.BidirList (2)

Structs:

GObject.ObjectClass (5)

class

new (g_type, g_dup_func, g_destroy_func, equal_func, *equal_func_target)

class

wrap (g_type, g_dup_func, g_destroy_func, items, equal_func, *equal_func_target)

add_all (collection)

Virtual Methods

Inherited:

Gee.AbstractBidirList (12), Gee.AbstractList (18), Gee.AbstractCollection (19), GObject.Object (7), Gee.Traversable (16), Gee.Iterable (1), Gee.Collection (19), Gee.List (12), Gee.BidirList (2)

Properties

Inherited:

Gee.AbstractCollection (3), Gee.Collection (3), Gee.List (1), Gee.BidirList (1)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

Gee.AbstractBidirList

r

Class Details

class Gee.ArrayList(**kwargs)
Bases:

Gee.AbstractBidirList

Abstract:

No

Structure:

Gee.ArrayListClass

classmethod new(g_type, g_dup_func, g_destroy_func, equal_func, *equal_func_target)
Parameters:
Return type:

Gee.ArrayList

classmethod wrap(g_type, g_dup_func, g_destroy_func, items, equal_func, *equal_func_target)
Parameters:
Return type:

Gee.ArrayList

add_all(collection)
Parameters:

collection (Gee.Collection) –

Return type:

bool