The Octet Molecular Representation Framework v0.8.2

net.sf.octet.collection
Interface HalfPlaneIterator


public interface HalfPlaneIterator

An iterator over the elements in a HalfPlaneCollection.

Author:
Richard Apodaca

Method Summary
 boolean hasNext()
          Returns true if the iterator has another HalfPlane.
 HalfPlane nextHalfPlane()
          Returns the next HalfPlane.
 

Method Detail

hasNext

public boolean hasNext()
Returns true if the iterator has another HalfPlane.

Returns:
true if another HalfPlane is available, false otherwise

nextHalfPlane

public HalfPlane nextHalfPlane()
Returns the next HalfPlane.

Returns:
the next HalfPlane
Throws:
NoSuchElementException - if this iterator has no more elements

The Octet Molecular Representation Framework v0.8.2