org.apache.commons.configuration
Class ConfigurationMap.ConfigurationSet.Entry
java.lang.Object
org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.Entry
- All Implemented Interfaces:
- java.util.Map.Entry
- Enclosing class:
- ConfigurationMap.ConfigurationSet
private final class ConfigurationMap.ConfigurationSet.Entry
- extends java.lang.Object
- implements java.util.Map.Entry
A Map entry in the ConfigurationMap.
|
Field Summary |
private java.lang.Object |
key
The key of the map entry. |
|
Method Summary |
java.lang.Object |
getKey()
|
java.lang.Object |
getValue()
|
java.lang.Object |
setValue(java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
equals, hashCode |
key
private java.lang.Object key
- The key of the map entry.
ConfigurationMap.ConfigurationSet.Entry
private ConfigurationMap.ConfigurationSet.Entry(java.lang.Object key)
getKey
public java.lang.Object getKey()
- Specified by:
getKey in interface java.util.Map.Entry
getValue
public java.lang.Object getValue()
- Specified by:
getValue in interface java.util.Map.Entry
setValue
public java.lang.Object setValue(java.lang.Object value)
- Specified by:
setValue in interface java.util.Map.Entry