• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benchmark/H03-May-2022-4,3553,738

doc/H03-May-2022-650551

gee/H03-May-2022-58,83850,431

m4/H04-Mar-2013-8,6287,767

tests/H03-May-2022-29,27725,908

AUTHORSH A D25-Jun-201229 21

COPYINGH A D25-Jun-201225.8 KiB505418

ChangeLogH A D04-Mar-201319.6 KiB762436

ChangeLog.pre-0-1-5H A D25-Jun-20124.8 KiB187108

INSTALLH A D12-Aug-20129.2 KiB235177

MAINTAINERSH A D25-Jun-2012183 129

Makefile.amH A D04-Mar-20131.1 KiB5949

Makefile.declH A D04-Mar-20132.1 KiB5845

Makefile.inH A D03-May-202230.6 KiB959849

NEWSH A D04-Mar-20133.9 KiB178125

READMEH A D04-Mar-2013636 2115

aclocal.m4H A D04-Mar-201348.2 KiB1,3541,226

compileH A D23-Dec-20127.2 KiB348258

config.guessH A D23-Dec-201244.2 KiB1,5531,345

config.h.inH A D04-Mar-20131.7 KiB6644

config.subH A D23-Dec-201235.1 KiB1,8061,663

configureH A D04-Mar-2013417.1 KiB14,32911,994

configure.acH A D04-Mar-20131.9 KiB6752

depcompH A D23-Dec-201223.3 KiB788500

gee-1.0.pc.inH A D04-Mar-2013290 1412

gitlog-to-changelogH A D25-Jun-20124.9 KiB176106

install-shH A D23-Dec-201213.7 KiB528351

ltmain.shH A D17-Feb-2013276.8 KiB9,6567,304

missingH A D23-Dec-20129.9 KiB331243

README

1libgee is a collection library providing GObject-based interfaces and
2classes for commonly used data structures.
3
4libgee provides the following interfaces:
5
6	* Iterable
7	  * Collection
8	    * List
9	    * Set
10	* Iterator
11	* Map
12
13The ArrayList, HashSet, and HashMap classes provide a reasonable sample
14implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
15ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes
16that prevent modification of the underlying collection.
17
18libgee is written in Vala and can be used like any GObject-based C library.
19It's planned to provide bindings for further languages.
20
21