org.quasiliteral.text
Class Identifiers
java.lang.Object
|
+--org.quasiliteral.text.Identifiers
- All Implemented Interfaces:
- Iteratable
- public class Identifiers
- extends Object
- implements Iteratable
Safe: For iterating thru a file an identifier at a time.
- Author:
- Mark S. Miller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myReader
private final Reader myReader
Identifiers
public Identifiers(Reader reader)
- Enabled:
run
public static Identifiers run(File file)
throws FileNotFoundException
- Enabled:
FileNotFoundException
iterate
public void iterate(AssocFunc func)
- Enabled:
- Specified by:
iterate
in interface Iteratable
comments?