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 String next()
next
public void remove()
remove
public Iterator<String> iterator()
iterator
Iterable<String>