Package chemaxon.reaction.mapper
Interface AutoMapper.ResultIterator
- All Superinterfaces:
AutoCloseable,Iterator<Molecule>
- Enclosing class:
AutoMapper
@PublicApi
public static interface AutoMapper.ResultIterator
extends Iterator<Molecule>, AutoCloseable
Auto-closeable result iterator for
AutoMapper. It extends Iterator, but does not support
Iterator.remove().
WARNING: always use this iterator with try-with-resources statements to ensure that underlying resources are released properly.
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-