private final class ConfigurationMap.ConfigurationSet.Entry
extends java.lang.Object
implements java.util.Map.Entry
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
key
The key of the map entry.
|
Modifier | Constructor and Description |
---|---|
private |
ConfigurationMap.ConfigurationSet.Entry(java.lang.Object key) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey() |
java.lang.Object |
getValue() |
java.lang.Object |
setValue(java.lang.Object value) |
private ConfigurationMap.ConfigurationSet.Entry(java.lang.Object key)
public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry