org.apache.commons.configuration

Class ConfigurationMap.ConfigurationSet.ConfigurationSetIterator

private final class ConfigurationMap.ConfigurationSet.ConfigurationSetIterator extends Object implements Iterator

Iterator over the entries in the ConfigurationMap.
Field Summary
Iteratorkeys
An iterator over the keys in the configuration.
Constructor Summary
ConfigurationSetIterator()
Method Summary
booleanhasNext()
Objectnext()
voidremove()

Field Detail

keys

private Iterator keys
An iterator over the keys in the configuration.

Constructor Detail

ConfigurationSetIterator

private ConfigurationSetIterator()

Method Detail

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()