Package org.apache.jena.rdf.model.impl
Class NsIteratorImpl
- All Implemented Interfaces:
Iterator<String>
,IteratorCloseable<String>
,Closeable
,NsIterator
,ClosableIterator<String>
,ExtendedIterator<String>
An NsIterator implementation
-
Constructor Summary
ConstructorsConstructorDescriptionNsIteratorImpl
(Iterator<String> iter, Object o) Creates new NsIteratorImpl, ignores _o_ -
Method Summary
Methods inherited from class org.apache.jena.util.iterator.WrappedIterator
close, close, create, createIteratorIterator, createNoRemove, forTestingOnly_getBase, hasNext, next, ofStream, remove
Methods inherited from class org.apache.jena.util.iterator.NiceIterator
andThen, andThen, asList, asSet, emptyIterator, filterDrop, filterKeep, mapWith, removeNext, toList, toSet
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.util.iterator.ClosableIterator
close
Methods inherited from interface org.apache.jena.util.iterator.ExtendedIterator
andThen, filterDrop, filterKeep, forEach, mapWith, nextOptional, removeNext, toList, toSet
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Constructor Details
-
NsIteratorImpl
Creates new NsIteratorImpl, ignores _o_
-
-
Method Details
-
nextNs
Description copied from interface:NsIterator
Return the next namespace name of the iteration.- Specified by:
nextNs
in interfaceNsIterator
- Returns:
- The next name space URI from the iteration.
-