Gee.Queue – gee-0.8 Reference Manual
Packages
gee-0.8
Gee
Queue
UNBOUNDED_CAPACITY
capacity
is_full
remaining_capacity
drain
offer
peek
poll
Queue
Object Hierarchy:
Description:
[
GenericAccessors
]
public
interface
Queue
<
G
> :
Collection
<
G
>
All known implementing classes:
AbstractQueue
LinkedList
All known sub-interfaces:
Deque
Namespace:
Gee
Package:
gee-0.8
Content:
Constants:
public
const
int
UNBOUNDED_CAPACITY
Properties:
public
abstract
int
capacity
{
get
; }
public
abstract
bool
is_full
{
get
; }
public
abstract
int
remaining_capacity
{
get
; }
Methods:
public
virtual
int
drain
(
Collection
<
G
> recipient,
int
amount = -
1
)
public
virtual
bool
offer
(
G
element)
public
abstract
G
peek
()
public
abstract
G
poll
()
Inherited Members:
All known members inherited from interface Gee.Collection
is_empty
read_only
read_only_view
size
empty
add
add_all
add_all_array
clear
contains
contains_all
contains_all_array
remove
remove_all
remove_all_array
retain_all
to_array