|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.util.AbstractIterator<E>
public abstract class AbstractIterator<E>
Iterator with remove() defined to throw an
UnsupportedOperationException.
| Constructor Summary | |
|---|---|
AbstractIterator()
|
|
| Method Summary | |
|---|---|
abstract boolean |
hasNext()
|
abstract E |
next()
|
void |
remove()
Throws an UnupportedOperationException. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractIterator()
| Method Detail |
|---|
public abstract boolean hasNext()
hasNext in interface java.util.Iterator<E>public abstract E next()
next in interface java.util.Iterator<E>public void remove()
UnupportedOperationException.
remove in interface java.util.Iterator<E>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||