|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.jku.ssw.Iterator
public abstract class Iterator
An iterator over a character collection.
Constructor Summary | |
---|---|
Iterator()
|
Method Summary | |
---|---|
abstract boolean |
hasNext()
Returns true if the iteration has more values. |
abstract char |
next()
Returns the next value in the iteration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Iterator()
Method Detail |
---|
public abstract boolean hasNext()
public abstract char next()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |