|
GNU Prolog for Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object extended by gnu.prolog.database.Pair<L,R>
L - R - public class Pair<L,R>
A pair of a L and a R
(Because java doesn't do tuples)
| Field Summary | |
|---|---|
L |
left
The left part of the tuple |
R |
right
The right part of the tuple |
| Constructor Summary | |
|---|---|
Pair(L left,
R right)
Construct a tuple with a left and right part |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public L left
public R right
| Constructor Detail |
|---|
public Pair(L left, R right)
left - the left partright - the right part
|
GNU Prolog for Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||