libgee is a collection library providing
GObject-based interfaces and classes for commonly
used data structures. It provides Collection,
Iterable, Iterator, List, Map, and Set interfaces
and ArrayList, HashMap, and HashSet implementations.
License: GNU Lesser General Public License (LGPL)
Changes:
This release adds unit tests and fixes a bug in
the HashSet iterator.