Package org.biojava.bio.dp
Class DP.ReverseIterator
- java.lang.Object
-
- org.biojava.bio.dp.DP.ReverseIterator
-
- All Implemented Interfaces:
java.io.Serializable,java.util.Iterator
- Enclosing class:
- DP
public static class DP.ReverseIterator extends java.lang.Object implements java.util.Iterator, java.io.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 booleanhasNext()java.lang.Objectnext()voidremove()
-
-
-
Constructor Detail
-
ReverseIterator
public ReverseIterator(SymbolList sym)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator
-
next
public java.lang.Object next()
- Specified by:
nextin interfacejava.util.Iterator
-
remove
public void remove() throws java.lang.UnsupportedOperationException- Specified by:
removein interfacejava.util.Iterator- Throws:
java.lang.UnsupportedOperationException
-
-