class ConfigIterator extends Object implements Iterator<Map.Entry<String,String>>
Constructor and Description |
---|
ConfigIterator()
A dummy iterator in which hasNext() is always false.
|
ConfigIterator(File file)
An iterator over the key/value pairs in the file.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
boolean |
hasNext() |
Map.Entry<String,String> |
next() |
void |
remove() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ConfigIterator()
public ConfigIterator(File file)