org.apache.commons.configuration

Class ConfigurationMap.ConfigurationSet.Entry

private final class ConfigurationMap.ConfigurationSet.Entry extends Object implements Entry

A Map entry in the ConfigurationMap.
Field Summary
Objectkey
The key of the map entry.
Constructor Summary
Entry(Object key)
Method Summary
ObjectgetKey()
ObjectgetValue()
ObjectsetValue(Object value)

Field Detail

key

private Object key
The key of the map entry.

Constructor Detail

Entry

private Entry(Object key)

Method Detail

getKey

public Object getKey()

getValue

public Object getValue()

setValue

public Object setValue(Object value)