|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.biojava.bio.structure.GroupIterator
an iterator over all groups of a structure
| Constructor Summary | |
GroupIterator(Structure struct)
|
|
| Method Summary | |
Object |
clone()
Creates and returns a copy of this object. |
boolean |
hasNext()
is there a group after the current one in the structure? |
Object |
next()
|
void |
remove()
does nothing |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GroupIterator(Structure struct)
| Method Detail |
public Object clone()
public boolean hasNext()
hasNext in interface Iterator
public Object next()
throws NoSuchElementException
next in interface IteratorNoSuchElementExceptionpublic void remove()
remove in interface Iterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||