|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.trolltech.qt.QPair<T,S>
public class QPair<T,S>
| Field Summary | |
|---|---|
T |
first
|
S |
second
|
| Constructor Summary | |
|---|---|
QPair(T t,
S s)
Constructs a pair. |
|
| Method Summary | |
|---|---|
QPair<T,S> |
clone()
Returns a copy of this object. |
boolean |
equals(java.lang.Object o)
Returns true if this pair is the same as the other pair. |
java.lang.String |
toString()
Returns a string representation of this pair. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public T first
public S second
| Constructor Detail |
|---|
public QPair(T t,
S s)
t - The first paramterer.s - The second parameter.| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectThe - other parameter
public java.lang.String toString()
toString in class java.lang.Objectpublic QPair<T,S> clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||