AbstractQueue


Object Hierarchy:

Object hierarchy for AbstractQueue

Description:

public abstract class AbstractQueue<G> : AbstractCollection<G>, Queue<G>

Skeletal implementation of the Queue interface.

Contains common code shared by all queue implementations.

See also:

PriorityQueue

All known sub-classes:

Namespace: Gee
Package: gee-0.8

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class Gee.AbstractCollection
All known members inherited from class GLib.Object
All known members inherited from interface Gee.Queue
All known members inherited from interface Gee.Traversable
All known members inherited from interface Gee.Iterable