public interface BioEntryDB extends BioEntryDBLite
This may have several implementations with rich behaviour, but basically most of the time you will just use the interface methods to do stuff. A sequence database contains a finite number of sequences stored under unique keys.
BIOENTRYS
Modifier and Type | Method and Description |
---|---|
BioEntryIterator |
getBioEntryIterator()
Returns a BioEntryIterator over all BioEntrys in the database.
|
Set |
ids()
Get an immutable set of all of the IDs in the database.
|
addBioEntry, getBioEntry, getBioEntrys, getBioEntrys, getName, removeBioEntry
Set ids()
BioEntryIterator getBioEntryIterator()
Copyright © 2014 BioJava. All rights reserved.