com.croftsoft.core.util.filemap
Class FileMapEntryIterator

java.lang.Object
  extended by com.croftsoft.core.util.filemap.FileMapEntryIterator
All Implemented Interfaces:
Iterator

public class FileMapEntryIterator
extends Object
implements Iterator

This Iterator is required for the AbstractMap implementation of FileMap.

Version:
1999-04-03
See Also:
FileMap, AbstractSet
Author:
David Wallace Croft

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

Constructor Detail

FileMapEntryIterator

public FileMapEntryIterator(File rootDirectory)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)