Interface BioEntryDB

    • Method Detail

      • ids

        Set ids()
        Get an immutable set of all of the IDs in the database. The ids are legal arguments to getBioEntry.
        Returns:
        a Set of ids - at the moment, strings
      • getBioEntryIterator

        BioEntryIterator getBioEntryIterator()
        Returns a BioEntryIterator over all BioEntrys in the database. The order of retrieval is undefined.
        Returns:
        a BioEntryIterator over all BioEntrys