|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stringtree.util.iterator.AbstractIterator
org.stringtree.util.iterator.NestedIterator
public class NestedIterator
Field Summary | |
---|---|
protected int |
current
|
protected java.util.Iterator[] |
iterators
|
protected static java.util.Iterator[] |
prototype
|
Constructor Summary | |
---|---|
NestedIterator(java.util.Collection collection)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
|
Methods inherited from class org.stringtree.util.iterator.AbstractIterator |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.util.Iterator[] prototype
protected java.util.Iterator[] iterators
protected int current
Constructor Detail |
---|
public NestedIterator(java.util.Collection collection)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in class AbstractIterator
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class AbstractIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |