public static class Alignment.SymbolListIterator extends Object implements Iterator<SymbolList>
Constructor and Description |
---|
SymbolListIterator(Alignment ali)
Creates a SymbolListIterator for a given alignment object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
SymbolList |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SymbolListIterator(Alignment ali)
ali
- public boolean hasNext()
hasNext
in interface Iterator<SymbolList>
public SymbolList next()
next
in interface Iterator<SymbolList>
public void remove()
remove
in interface Iterator<SymbolList>
Copyright © 2020 BioJava. All rights reserved.