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.IndexListComparatorIndexFactory. horderDefined descending order comparator.private IndexFactory.IndexListComparatorIndexFactory. hweakDefined descending weak order comparator.private IndexFactory.IndexListComparatorIndexFactory. lorderDefined ascending order comparator.private IndexFactory.IndexListComparatorIndexFactory. lweakDefined ascending weak order comparator.Methods in edu.jas.poly that return IndexFactory.IndexListComparator Modifier and Type Method Description IndexFactory.IndexListComparatorIndexFactory. getAscendComparator()Get the ascending order comparator.IndexFactory.IndexListComparatorIndexFactory. getDescendComparator()Get the descending order comparator.
-