Package complex

Interface Summary
Cell The representation of a single cell contained in a Complex.
Complex A representation of a complex, which consists of a collection of cells together with a boundary operator.
EditableComplex  
IntegerMap A representation of a Map with value-type Integer, supporting a variety of additional operations.
 

Class Summary
AbstractComplex  
CellID A class to store the ID of a cell; able to create new IDs, which are unique in the complex.
DBCell A cell of a complex, which is contained in a database.
DBComplex A complex, which is contained in a database.
IntegerTreeMap A simple implementation of an IntegerMap, using a TreeMap with value-type Integer.
ResultSetIterator  
StandardCell A standard implementation of a cell of a complex.
StandardComplex A standard implementation of a complex, using a HashMap of cells.