public static class DP.ReverseIterator
extends java.lang.Object
implements java.util.Iterator, java.io.Serializable
| Constructor and Description |
|---|
ReverseIterator(SymbolList sym) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
public ReverseIterator(SymbolList sym)
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationException