Class IteratorNoRemove<T>

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 public class IteratorNoRemove<T> extends IteratorWrapper<T>
Deprecated.
Wrap an iterator except for remove which throws UnsupportedOperationException.
  • Constructor Details

    • IteratorNoRemove

      public IteratorNoRemove(int x, Iterator<T> iterator)
      Deprecated.
  • Method Details