|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.maths.Pair<X,Y>
public class Pair<X,Y>
Class Pair. Represents a mathematical pair of objects (a, b).
Field Summary | |
---|---|
X |
a
a in the pair (a, b) |
Y |
b
b in the pair (a, b) |
Constructor Summary | |
---|---|
Pair(X a,
Y b)
Construct a Pair(a, b) |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final X a
public final Y b
Constructor Detail |
---|
public Pair(X a, Y b)
a
- a in the pair (a, b)b
- b in the pair (a, b)Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |