Package details
Glazed Lists adds supports for Java 1.5 Generics while maintaining source
compatibility with Java 1.4. It also adds two new list transformations,
GroupingList and FunctionList.
Glazed Lists Features
* API Compatibility with ArrayList
* Generic TableModels
* Easy dynamic filtering & sorting
* High performance
* Designed for concurrency
* Swing or SWT
* Free and open
Glazed Lists represents a combination of crucial performance bug fixes
and incremental development in focussed areas.
Performance has been improved markedly across the board over 1.6.1 by
addressing inefficiencies within ListEventAssembler. A new ListEventPublisher
implementation also improves speed and handles dependencies between
ListEventListeners more elegantly than its predecessor.
Requested features from our users have also been added in key areas. A new
multimap implementation can be used overtop of GroupingLists if optimized reads
are desirable and the data changes infrequently. AutoCompleteSupport has been
improved to work well with objects that do not implement .toString() in a
convenient manner.
This package has no releases.