org.apache.abdera.util
Class Discover.LoaderIterator<T>

java.lang.Object
  extended by org.apache.abdera.util.Discover.LoaderIterator<T>
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
Discover.LineReaderLoaderIterator
Enclosing class:
Discover

public abstract static class Discover.LoaderIterator<T>
extends Object
implements Iterator<T>


Field Summary
protected  ClassLoader cl
           
 
Constructor Summary
protected Discover.LoaderIterator(ClassLoader cl)
           
 
Method Summary
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Field Detail

cl

protected final ClassLoader cl
Constructor Detail

Discover.LoaderIterator

protected Discover.LoaderIterator(ClassLoader cl)
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator<T>


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.