Package com.revusky.niggle.data.inmemory

A Niggle DataSource implementation that keeps records in-memory and persists them to a flat file.

See:
          Description

Class Summary
CrudeDataPersister A data listener that persists using an extremely crude scheme.
InMemoryIndex An object that listens to the insert/update/delete events of a MutableDataSource and maintains a lookup table based on a certain field.
InMemoryRecordSet A simple implementation of the com.revusky.niggle.data.MutableDataSource interface.
 

Package com.revusky.niggle.data.inmemory Description

A Niggle DataSource implementation that keeps records in-memory and persists them to a flat file.

The classes here provide very simple concrete implementations of the core Niggle Data API's in com.revusky.niggle.data that can be used to get started with Niggle.