public class FileIterable
extends java.lang.Object
implements java.lang.Iterable<java.lang.String>
Handy class to easily iterate over a file, line by line, using a Java 5 for loop.
| Constructor and Description |
|---|
FileIterable(java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
java.util.Iterator<java.lang.String> |
iterator() |
Copyright © 2002–2017 PMD. All rights reserved.