Package org.neodatis.odb.impl.core.query.list.objects

NeoDatis ODB Collections implementations for Object retrieving.

See:
          Description

Class Summary
AbstractBTreeCollection<E> A collection that uses a BTree as an underlying system to provide ordered by Collections
InMemoryBTreeCollection<T> An implementation of an ordered Collection based on a BTree implementation that holds all objects in memory
LazyBTreeCollection<T> A collection using a BTtree as a back-end component.
LazySimpleListFromOid<T> A simple list to hold query result.
LazySimpleListOfAOI<T> A simple list to hold query result.
SimpleList<E> A simple list to hold query result.
 

Package org.neodatis.odb.impl.core.query.list.objects Description

NeoDatis ODB Collections implementations for Object retrieving.