private class LayerStack.TopicsIterator extends java.lang.Object implements TopicIterator
| Modifier and Type | Field and Description |
|---|---|
java.util.Iterator<Topic> |
currentIterator |
int |
layerIndex |
LayeredTopic |
next |
java.util.Set<Topic> |
processed |
| Constructor and Description |
|---|
TopicsIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_hasNext() |
Topic |
_next() |
void |
dispose() |
boolean |
hasNext() |
Topic |
next() |
void |
remove() |
java.util.Iterator<Topic> |
solveCurrentIterator(java.util.Iterator iterator) |
public LayeredTopic next
public java.util.Iterator<Topic> currentIterator
public int layerIndex
public java.util.Set<Topic> processed
public void dispose()
dispose in interface TopicIteratorpublic boolean hasNext()
hasNext in interface java.util.Iterator<Topic>public boolean _hasNext()
public Topic _next()
public java.util.Iterator<Topic> solveCurrentIterator(java.util.Iterator iterator)
public void remove()
remove in interface java.util.Iterator<Topic>Copyright 2004-2015 Wandora Team