libgee-0.8-2

Gobject based collection and utility library
  https://wiki.gnome.org/Projects/Libgee
  0
  no reviews



Libgee is a collection library providing gobject-based interfaces and classes for commonly used data structures.

libgee provides the following interfaces:
* traversable
- iterable
+ collection
# list
* bidirlist
# set
* sortedset
- bidirsortedset
# multiset
# queue
* deque
+ map
# sortedmap
* bidirsortedmap
- iterator
+ bidiriterator
# bidirlistiterator
+ listiterator
# bidirlistiterator
* multimap
* future
the arraylist, arrauqueue, concurrentlinkedlist, concurrentset, hashset, hashmap, hashmultiset, hashmultimap, linkedlist, priorityqueue, promise, treeset, treemap, treemultiset, and treemultimap classes provide a reasonable sample implementation of those interfaces. in addition, a set of abstract classes are provided to ease the implementation of new collections.

around that, the api provides means to retrieve read-only views, efficient sort algorithms, simple, bi-directional or index-based mutable iterators depending on the collection type.

libgee is written in vala and can be used like any gobject-based c library. it's planned to provide bindings for further languages.

this package contains the shared libraries.