|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.panitz.eliza.Pair<a,b>
public class Pair<a,b>
A simple class for assocition of two objects.
Field Summary | |
---|---|
a |
fst
|
b |
snd
|
Constructor Summary | |
---|---|
Pair(a fst,
b snd)
|
Method Summary | ||
---|---|---|
static
|
pair(c fst,
d snd)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public a fst
public b snd
Constructor Detail |
---|
public Pair(a fst, b snd)
Method Detail |
---|
public static <c,d> Pair<c,d> pair(c fst, d snd)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |