org.apache.commons.classscan.builtin
Class ClassFileIterator

java.lang.Object
  extended by org.apache.commons.classscan.builtin.ClassFileIterator
All Implemented Interfaces:
Iterator<ClassFile>

public abstract class ClassFileIterator
extends Object
implements Iterator<ClassFile>


Constructor Summary
ClassFileIterator()
           
 
Method Summary
 boolean hasNext()
           
 ClassFile next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFileIterator

public ClassFileIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<ClassFile>

next

public ClassFile next()
Specified by:
next in interface Iterator<ClassFile>

remove

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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.