|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.poly.ExpVectorPair
public class ExpVectorPair
ExpVectorPair implements pairs of exponent vectors for S-polynomials. Objects of this class are immutable.
Constructor Summary | |
---|---|
ExpVectorPair(ExpVector e,
ExpVector f)
Constructors for ExpVectorPair. |
Method Summary | |
---|---|
boolean |
equals(ExpVectorPair b)
equals. |
boolean |
equals(java.lang.Object B)
equals. |
ExpVector |
getFirst()
|
ExpVector |
getSecond()
|
int |
hashCode()
hash code. |
boolean |
isMultiple(ExpVectorPair p)
isMultiple. |
java.lang.String |
toString()
toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExpVectorPair(ExpVector e, ExpVector f)
e
- first part.f
- second part.Method Detail |
---|
public ExpVector getFirst()
public ExpVector getSecond()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object B)
equals
in class java.lang.Object
B
- other.
public boolean equals(ExpVectorPair b)
b
- other.
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean isMultiple(ExpVectorPair p)
p
- other.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |