Gee.Iterable Reference Manual
Packages
gee-1.0
Gee
Iterable
element_type
iterator
Iterable
Object Hierarchy:
Description:
public
interface
Iterable<G> :
Object
An object that can provide an
Iterator
.
Namespace:
Gee
Package:
gee-1.0
Content:
Properties:
public
abstract
Type
element_type
{
get
; }
The type of the elements in this collection.
Methods:
public
abstract
Iterator
<
G
?>
iterator
()
Returns a
Iterator
that can be used for simple iteration over a collection.
Generated by
Valadoc