Db4objects.Db4o.Collections Namespace

Class Types

Class Summary
ActivatableDictionary<TKey, TValue>
ActivatableList<T>
ArrayDictionary4<K, V> Transparent activatable IDictionary implementation.
ArrayList4<E> Transparent activatable ArrayList implementation.
CollectionFactory Collection factory with methods to create collections with behaviour that is optimized for db4o.

Example usage:
CollectionFactory.forObjectContainer(objectContainer).newBigSet();

Interface Types

Interface Summary
IActivatableCollection<T>
ISet<T>