public class CheckSumIterator extends java.lang.Object implements java.util.Iterator<CheckSum>
CheckSumIterator(FileSet fileSet)
boolean
hasNext()
CheckSum
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CheckSumIterator(FileSet fileSet)
public boolean hasNext()
hasNext
java.util.Iterator<CheckSum>
public CheckSum next()
next
public void remove()
remove