|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.iterator.IteratorTruncate<T>
public class IteratorTruncate<T>
Iterate while a condition return true, then stop
| Nested Class Summary | |
|---|---|
static interface |
IteratorTruncate.Test
|
| Constructor Summary | |
|---|---|
IteratorTruncate(IteratorTruncate.Test test,
java.util.Iterator<T> iter)
|
|
| Method Summary | |
|---|---|
void |
close()
|
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 IteratorTruncate(IteratorTruncate.Test test,
java.util.Iterator<T> iter)
| Method Detail |
|---|
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>public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||