|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.MappedConfiguration.MappedConfigurationEntry<K,V>
K - the type of the key (has to be "JAXB-able")V - the type of the value (has to be "JAXB-able")public static class MappedConfiguration.MappedConfigurationEntry<K,V>
The MappedConfigurationEntry as used by
MappedConfiguration.
| Constructor Summary | |
|---|---|
protected |
MappedConfiguration.MappedConfigurationEntry()
The default constructor. |
|
MappedConfiguration.MappedConfigurationEntry(K k, V v)
The constructor that sets the key and the value. |
| Method Summary | |
|---|---|
K |
getKey()
Returns the key. |
V |
getValue()
Returns the value. |
protected void |
setKey(K k)
Sets the key. |
protected void |
setValue(V v)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MappedConfiguration.MappedConfigurationEntry()
public MappedConfiguration.MappedConfigurationEntry(K k, V v)
k - the key to setv - the value to set| Method Detail |
|---|
public final K getKey()
protected final void setKey(K k)
k - the key to setpublic final V getValue()
protected final void setValue(V v)
v - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||