MapIterator


Object Hierarchy:

Gee.MapIterator Gee.MapIterator Gee.MapIterator GLib.Object GLib.Object GLib.Object->Gee.MapIterator

Description:


[ GenericAccessors ]
public interface MapIterator<K,V> : Object

An iterator over a map.

Gee's iterators are "on-track" iterators. They always point to an item except before the first call to next, or, when an item has been removed, until the next call to next.

Please note that when the iterator is out of track, neither get_key , get_value, set_value nor unset are defined and all will fail. After the next call to next, they will be defined again.

All known sub-interfaces:

Namespace: Gee
Package: gee-0.8

Content:

Properties:

Methods:

Inherited Members: