|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.agileclick.genorm.runtime.Pair<A,B>
public class Pair<A,B>
| Constructor Summary | |
|---|---|
Pair()
|
|
Pair(A first,
B second)
|
|
| Method Summary | |
|---|---|
A |
getFirst()
|
B |
getSecond()
|
void |
setFirst(A first)
|
void |
setSecond(B second)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pair()
public Pair(A first,
B second)
| Method Detail |
|---|
public A getFirst()
public void setFirst(A first)
public B getSecond()
public void setSecond(B second)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||