300301302303304305306
public boolean isEmpty() throws GraphException { return graph.isEmpty(); } public ClosableIterator<Molecule> iterator() throws GraphException { return new LongIndexToMoleculeIterator(readableIndex.findChildIds(1L), handler); }