Uses of Class
edu.jas.poly.IndexFactory.IndexListComparator
-
Packages that use IndexFactory.IndexListComparator Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of IndexFactory.IndexListComparator in edu.jas.poly
Fields in edu.jas.poly declared as IndexFactory.IndexListComparator Modifier and Type Field Description private IndexFactory.IndexListComparator
IndexFactory. horder
Defined descending order comparator.private IndexFactory.IndexListComparator
IndexFactory. hweak
Defined descending weak order comparator.private IndexFactory.IndexListComparator
IndexFactory. lorder
Defined ascending order comparator.private IndexFactory.IndexListComparator
IndexFactory. lweak
Defined ascending weak order comparator.Methods in edu.jas.poly that return IndexFactory.IndexListComparator Modifier and Type Method Description IndexFactory.IndexListComparator
IndexFactory. getAscendComparator()
Get the ascending order comparator.IndexFactory.IndexListComparator
IndexFactory. getDescendComparator()
Get the descending order comparator.
-