|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.iterator.IteratorConcat<T>
public class IteratorConcat<T>
Iterator of Iterators
| Constructor Summary | |
|---|---|
IteratorConcat()
|
|
| Method Summary | ||
|---|---|---|
void |
add(java.util.Iterator<T> iter)
|
|
static
|
concat(java.util.Iterator<T> iter1,
java.util.Iterator<T> iter2)
|
|
boolean |
hasNext()
|
|
T |
next()
|
|
void |
remove()
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorConcat()
| Method Detail |
|---|
public static <T> java.util.Iterator<T> concat(java.util.Iterator<T> iter1,
java.util.Iterator<T> iter2)
public void add(java.util.Iterator<T> iter)
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public T next()
next in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||