OK I think I get the rest, get this and not sure what todo.
The method accept(File) of type new FileFilter(){} must override a superclass method
and just to confirm for test.
public static void main(String[] args) {
FolderList myFolderList = new FolderList();
File File = new File("C:\\");
myFolderList.iterate(File);
