|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.attribute.EntryHolder<K,V>
public class EntryHolder<K,V>
Constructor Summary | |
---|---|
EntryHolder()
|
Method Summary | |
---|---|
K |
getKey()
The holder's key |
V |
getValue()
The holder's value |
void |
setKey(K key)
The holder's key |
void |
setValue(V value)
The holder's value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryHolder()
Method Detail |
---|
public void setKey(K key)
public K getKey()
public void setValue(V value)
public V getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |