|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.util.iterator.NiceIterator<T>
com.hp.hpl.jena.util.iterator.NullIterator<T>
public class NullIterator<T>
An empty iterator. The specialised versions of andThen() eliminate left operands that are empty iterators from cascaded sequences.
Constructor Summary | |
---|---|
NullIterator()
|
Method Summary | ||
---|---|---|
|
andThen(java.util.Iterator<X> it)
make a new iterator, which is us then the other chap. |
|
static
|
instance()
|
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator |
---|
andThen, asList, asSet, close, close, emptyIterator, filterDrop, filterKeep, hasNext, mapWith, next, remove, removeNext, toList, toSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullIterator()
Method Detail |
---|
public static <T> NullIterator<T> instance()
public <X extends T> ExtendedIterator<T> andThen(java.util.Iterator<X> it)
NiceIterator
andThen
in interface ExtendedIterator<T>
andThen
in class NiceIterator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |