java.lang.Object
org.apache.jena.atlas.iterator.IteratorWrapper<T>
org.apache.jena.atlas.iterator.IteratorNoRemove<T>
- All Implemented Interfaces:
Iterator<T>,IteratorCloseable<T>,Closeable
Deprecated, for removal: This API element is subject to removal in a future version.
Wrap an iterator except for remove which throws UnsupportedOperationException.
-
Constructor Summary
ConstructorsConstructorDescriptionIteratorNoRemove(int x, Iterator<T> iterator) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.apache.jena.atlas.iterator.IteratorWrapper
forEachRemaining, hasNext, next, remove
-
Constructor Details
-
IteratorNoRemove
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
close
public void close()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceCloseable- Overrides:
closein classIteratorWrapper<T>
-
Iter.noRemove(Iterator).