|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.informationsystem.glitebridge.util.KeyValueCouple<K,V>
K
- Type of KeyV
- Type of Valuepublic class KeyValueCouple<K,V>
Constructor Summary | |
---|---|
KeyValueCouple(K key,
V value)
|
Method Summary | |
---|---|
K |
getKey()
|
V |
getValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KeyValueCouple(K key, V value) throws java.lang.IllegalArgumentException
key
- the key. It cannot be null.value
- the value requested for the key. It cannot be null.
java.lang.IllegalArgumentException
- if a null parameter is passed to constructor.Method Detail |
---|
public K getKey()
public V getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |