User f5e6ccf034
26-05-2008 04:29:51
In MolPrinter I don't understand why a findFirst method is needed and what it does: why would you make a distinction between the first vs. the other matches? Does that mean that
somehow will not work?
Code: |
int[] hits; while ((hits = s.findNext()) != null) doStuff(hits) |
somehow will not work?