|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egf.common.misc.Couple<K,V>
public class Couple<K,V>
Key, value object.
Constructor Summary | |
---|---|
Couple(K key_p,
V value_p)
Constructor. |
Method Summary | |
---|---|
Couple<K,V> |
clone()
|
K |
getKey()
Get key. |
V |
getValue()
Get value. |
void |
setKey(K key_p)
Set key with given value. |
void |
setValue(V value_p)
Set value with given value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Couple(K key_p, V value_p)
key_p
- value_p
- Method Detail |
---|
public K getKey()
public V getValue()
public void setKey(K key_p)
key_p
- key to set. voidpublic void setValue(V value_p)
value_p
- the value to setpublic Couple<K,V> clone()
clone
in class Object
Object.clone()
public String toString()
toString
in class Object
Object.toString()
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.