|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.web_visage.ichatserv.fwk.Pair<K,V>
public class Pair<K,V>
Generic key -> value pair.
| Constructor Summary | |
|---|---|
Pair(K aKey,
V aValue)
Constructor. |
|
| Method Summary | |
|---|---|
K |
getKey()
Returns the key. |
V |
getValue()
Returns the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pair(K aKey,
V aValue)
aKey - aValue - | Method Detail |
|---|
public final K getKey()
public final V getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||