Package org.apache.abdera.util
Class Discover.DefaultLoaderIterator<T>
- java.lang.Object
-
- org.apache.abdera.util.Discover.LoaderIterator<T>
-
- org.apache.abdera.util.Discover.LineReaderLoaderIterator<T>
-
- org.apache.abdera.util.Discover.DefaultLoaderIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- Discover
@Deprecated(since="2021-07-29") public static class Discover.DefaultLoaderIterator<T> extends Discover.LineReaderLoaderIterator<T>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description DefaultLoaderIterator(java.lang.ClassLoader cl, java.io.InputStream in, boolean classesonly, java.lang.Object[] args)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description T
next()
Deprecated.-
Methods inherited from class org.apache.abdera.util.Discover.LineReaderLoaderIterator
hasNext
-
Methods inherited from class org.apache.abdera.util.Discover.LoaderIterator
remove
-
-
-
-
Method Detail
-
next
public T next()
Deprecated.
-
-