|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.java2html.javasource.TypedSourceIterator
public class TypedSourceIterator
| Constructor Summary | |
|---|---|
TypedSourceIterator(TypedSource javaSource)
|
|
| Method Summary | |
|---|---|
SourceRun |
getNext()
|
boolean |
hasNext()
|
SourceRun |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypedSourceIterator(TypedSource javaSource)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<SourceRun>
public SourceRun getNext()
throws java.util.NoSuchElementException
java.util.NoSuchElementException
public SourceRun next()
throws java.util.NoSuchElementException
next in interface java.util.Iterator<SourceRun>java.util.NoSuchElementExceptionpublic void remove()
remove in interface java.util.Iterator<SourceRun>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||