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
 
public static class Discover.DefaultLoaderIterator<T> extends Discover.LineReaderLoaderIterator<T>
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultLoaderIterator(java.lang.ClassLoader cl, java.io.InputStream in, boolean classesonly, java.lang.Object[] args) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tnext()- 
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()
 
 - 
 
 -