Package cc.redberry.rings.poly.multivar
Class MonomialOrder.GrevLexWithPermutation
- java.lang.Object
-
- cc.redberry.rings.poly.multivar.MonomialOrder.GrevLexWithPermutation
-
- All Implemented Interfaces:
Serializable,Comparator<DegreeVector>
- Enclosing class:
- MonomialOrder
public static final class MonomialOrder.GrevLexWithPermutation extends Object implements Comparator<DegreeVector>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(DegreeVector a, DegreeVector b)booleanequals(Object o)inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(DegreeVector a, DegreeVector b)
- Specified by:
comparein interfaceComparator<DegreeVector>
-
equals
public boolean equals(Object o)
- Specified by:
equalsin interfaceComparator<DegreeVector>- Overrides:
equalsin classObject
-
-