aQute.libg.fileiterator
Class FileIterator

java.lang.Object
  extended by aQute.libg.fileiterator.FileIterator
All Implemented Interfaces:
Iterator<File>

public class FileIterator
extends Object
implements Iterator<File>


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

Constructor Detail

FileIterator

public FileIterator(File nxt)
Method Detail

hasNext

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

next

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

remove

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


Copyright © 2012 aQute SARL. All Rights Reserved.