|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.util.Pair<T1,T2>
T1 - type of the first object in the pairT2 - type of the second object in the pairpublic class Pair<T1,T2>
Container for a pair of objects.
| Constructor Summary | |
|---|---|
Pair(T1 newFirst,
T2 newSecond)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
T1 |
getFirst()
Gets the first object in the pair. |
T2 |
getSecond()
Gets the second object in the pair. |
int |
hashCode()
|
void |
setFirst(T1 newFirst)
Sets the first object in the pair. |
void |
setSecond(T2 newSecond)
Sets the second object in the pair. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Pair(T1 newFirst,
T2 newSecond)
newFirst - first object in the pairnewSecond - second object in the pair| Method Detail |
|---|
public T1 getFirst()
public void setFirst(T1 newFirst)
newFirst - first object in the pairpublic T2 getSecond()
public void setSecond(T2 newSecond)
newSecond - second object in the pairpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||