Constructor and Description |
---|
IteratorFactory.SgroupIterator()
Constructs an s-group iterator for the specified molecule of the
factory.
|
public IteratorFactory.SgroupIterator()
public boolean hasNext()
public Sgroup next()
next
in interface Iterator<Sgroup>
NoSuchElementException
public void remove()
next
.remove
in interface Iterator<Sgroup>
IllegalStateException
- if the next
method has not yet been called,
or the remove method has already been called after the
last call to the next
method.