|
JOELib Computational Chemistry Package |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjoelib.util.iterator.VectorIterator
joelib.util.iterator.RingIterator
Gets an iterator over all rings in a molecule.
RingIterator rit = mol.getRingIterator();
JOERing ring;
while(rit.hasNext())
{
ring = rit.nextRing();
}
VectorIterator,
JOEMol.getRingIterator()| Constructor Summary | |
RingIterator(Vector v)
Constructor for the RingIterator object |
|
| Method Summary | |
JOERing |
nextRing()
Description of the Method |
| Methods inherited from class joelib.util.iterator.VectorIterator |
actual, actualIndex, clone, hasNext, insert, next, remove, reset, setActualIndex |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RingIterator(Vector v)
v - Description of the Parameter| Method Detail |
public JOERing nextRing()
|
JOELib Computational Chemistry Package Comments and Questions? mail to J.K.Wegner |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||