|
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.BondIterator
Gets an iterator over all bonds in a molecule.
BondIterator ait = mol.bondIterator();
JOEBond bond;
while (ait.hasNext())
{
bond = bit.nextBond();
}
VectorIterator,
JOEMol.bondIterator()| Constructor Summary | |
BondIterator(Vector v)
Constructor for the BondIterator object |
|
| Method Summary | |
JOEBond |
nextBond()
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 BondIterator(Vector v)
v - Description of the Parameter| Method Detail |
public JOEBond nextBond()
|
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 | ||||||||||