|
Coinjema 1.7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.coinjema.util.Tuple<A,B>
public class Tuple<A,B>
| Field Summary | |
|---|---|
A |
first
|
B |
second
|
| Constructor Summary | |
|---|---|
Tuple()
|
|
Tuple(A one,
B two)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public A first
public B second
| Constructor Detail |
|---|
public Tuple()
public Tuple(A one,
B two)
|
Coinjema 1.7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||