Introduce the MultiMap interface and its hash based implementation
authorAli Sabil <ali.sabil@gmail.com>
Sun, 6 Sep 2009 19:24:35 +0000 (21:24 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Sun, 6 Sep 2009 20:02:55 +0000 (22:02 +0200)
commit0bcddda2f1f00f609ee1916a4acbda15cded167c
tree6b1a6ac3b49211e572a8798ecafe0943ac523e04
parentca8d154e9eee12e704ef296b09e73ee82741427e
Introduce the MultiMap interface and its hash based implementation
gee/Makefile.am
gee/hashmultimap.vala [new file with mode: 0644]
gee/multimap.vala [new file with mode: 0644]
tests/Makefile.am
tests/testhashmultimap.vala [new file with mode: 0644]
tests/testmain.vala
tests/testmultimap.vala [new file with mode: 0644]