org.jmol.modelset
Interface BondIterator

All Known Implementing Classes:
BondIteratorSelected

public interface BondIterator


Method Summary
 boolean hasNext()
           
 Bond next()
           
 int nextIndex()
           
 

Method Detail

hasNext

boolean hasNext()

nextIndex

int nextIndex()

next

Bond next()