Introduce the MultiSet interface and its hash based implementation
authorAli Sabil <ali.sabil@gmail.com>
Sun, 6 Sep 2009 18:35:53 +0000 (20:35 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Sun, 6 Sep 2009 20:01:34 +0000 (22:01 +0200)
commitca8d154e9eee12e704ef296b09e73ee82741427e
tree6ebf0fd0cb67cf32b0c8602dcb4a7dbb34d244df
parent17f44209e26c38755eb3399b622aedb303ad55f9
Introduce the MultiSet interface and its hash based implementation
gee/Makefile.am
gee/hashmultiset.vala [new file with mode: 0644]
gee/multiset.vala [new file with mode: 0644]
tests/Makefile.am
tests/testhashmultiset.vala [new file with mode: 0644]
tests/testmain.vala
tests/testmultiset.vala [new file with mode: 0644]