Class HashTableIter

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.glib.HashTableIter
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class HashTableIter extends ProxyInstance
A GHashTableIter structure represents an iterator that can be used to iterate over the elements of a GHashTable. GHashTableIter structures are typically allocated on the stack and then initialized with g_hash_table_iter_init().

The iteration order of a GHashTableIter over the keys/values in a hash table is not defined.