Package org.biojava.bio.dp
Class DP.ReverseIterator
- java.lang.Object
-
- org.biojava.bio.dp.DP.ReverseIterator
-
- All Implemented Interfaces:
Serializable
,Iterator
- Enclosing class:
- DP
public static class DP.ReverseIterator extends Object implements Iterator, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReverseIterator(SymbolList sym)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Object
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
ReverseIterator
public ReverseIterator(SymbolList sym)
-
-
Method Detail
-
remove
public void remove() throws UnsupportedOperationException
- Specified by:
remove
in interfaceIterator
- Throws:
UnsupportedOperationException
-
-