gov.sns.xal.slg
Interface LatticeIterator


public interface LatticeIterator

The LatticeIterator interface.


Method Summary
 boolean hasNext()
           
 Element next()
           
 void remove()
           
 

Method Detail

hasNext

public boolean hasNext()

next

public Element next()

remove

public void remove()