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