|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strbio.mol.PolymerSet.PolymerEnumeration
public static class PolymerSet.PolymerEnumeration
An enumeration of Polymers, that gets them one by one out of a file.
| Constructor Summary | |
|---|---|
PolymerSet.PolymerEnumeration(java.io.BufferedReader inf,
Printf outf,
PolymerSet ps)
create an enumeration on a given file, with a given polymer set. |
|
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
Are there any more polymers in the file? |
java.lang.Object |
nextElement()
Get the next polymer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolymerSet.PolymerEnumeration(java.io.BufferedReader inf,
Printf outf,
PolymerSet ps)
| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration
public java.lang.Object nextElement()
throws java.util.NoSuchElementException
nextElement in interface java.util.Enumerationjava.util.NoSuchElementException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||