|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.control.Pair<T>
public class Pair<T>
Pair
| Field Summary | |
|---|---|
T |
theFirst
|
T |
theSecond
|
| Constructor Summary | |
|---|---|
Pair(T thisFirst,
T thisSecond)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public T theFirst
public T theSecond
| Constructor Detail |
|---|
public Pair(T thisFirst,
T thisSecond)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||