Package org.biojavax.bio.db
Interactions between biojavax objects and a DB.
-
Interface Summary Interface Description BioEntryDB .BioEntryDBLite A database of BioEntrys.RichSequenceDB A database of RichSequences with accessible keys and iterators over all sequences.RichSequenceDBLite A database of RichSequences. -
Class Summary Class Description AbstractBioEntryDB An abstract implementation of BioEntryDB that provides the getBioEntryIterator method.AbstractRichSequenceDB An abstract implementation of RichSequenceDB that provides the getRichSequenceIterator method.HashBioEntryDB An implementation of RichSequenceDB that uses an underlying HashMap to store the RichSequence objects.HashRichSequenceDB An implementation of RichSequenceDB that uses an underlying HashMap to store the RichSequence objects.