public class ExpVectorPair extends java.lang.Object implements java.io.Serializable
| Constructor and Description |
|---|
ExpVectorPair(ExpVector e,
ExpVector f)
Constructors for ExpVectorPair.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
long |
totalDeg() |
public ExpVectorPair(ExpVector e, ExpVector f)
e - first part.f - second part.public long totalDeg()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object B)
equals in class java.lang.ObjectB - other.public boolean equals(ExpVectorPair b)
b - other.public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean isMultiple(ExpVectorPair p)
p - other.