Class MonomialSet<Term extends AMonomial<Term>>

    • Constructor Detail

      • MonomialSet

        public MonomialSet​(SortedMap<DegreeVector,​? extends Term> m)
        Constructs a new monomial set containing the same mappings and using the same ordering as the specified sorted map. This method runs in linear time.
        Parameters:
        m - the sorted map whose mappings are to be placed in this monomial set, and whose comparator is to be used to sort this map