public class PPCFileReader extends Object implements Iterator<String>, Iterable<String>
PPCFileReader(File file)
boolean
hasNext()
Iterator<String>
iterator()
String
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PPCFileReader(File file) throws FileNotFoundException
FileNotFoundException
public boolean hasNext()
hasNext
public Iterator<String> iterator()
iterator
Iterable<String>
public String next()
next
public void remove()
remove