org.openjena.atlas.iterator
Class IteratorTruncate<T>
java.lang.Object
org.openjena.atlas.iterator.IteratorTruncate<T>
- All Implemented Interfaces:
- Iterator<T>
public class IteratorTruncate<T>
- extends Object
- implements Iterator<T>
Iterate while a condition return true, then stop
IteratorTruncate
public IteratorTruncate(IteratorTruncate.Test test,
Iterator<T> iter)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<T>
next
public T next()
- Specified by:
next
in interface Iterator<T>
remove
public void remove()
- Specified by:
remove
in interface Iterator<T>
close
public void close()
Licenced under the Apache License, Version 2.0