Uses of Class
eu.bandm.tools.util2.PrimeFactors
Packages that use PrimeFactors
Package
Description
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.message
package.-
Uses of PrimeFactors in eu.bandm.tools.util2
Fields in eu.bandm.tools.util2 declared as PrimeFactorsModifier and TypeFieldDescriptionstatic final PrimeFactors
PrimeFactors.ONE
static final PrimeFactors
PrimeFactors.TWO
Fields in eu.bandm.tools.util2 with type parameters of type PrimeFactorsModifier and TypeFieldDescriptionstatic Comparator<PrimeFactors>
PrimeFactors.byIntValue
static Comparator<PrimeFactors>
PrimeFactors.byRatValue
protected static Map<Integer,
PrimeFactors> PrimeFactors.cache_int
protected static Map<Rational,
PrimeFactors> PrimeFactors.cache_rat
Methods in eu.bandm.tools.util2 that return PrimeFactorsModifier and TypeMethodDescriptionPrimeFactors.denominator()
static PrimeFactors
PrimeFactors.get
(int value) static PrimeFactors
static PrimeFactors
PrimeFactors.get
(BigInteger bi) PrimeFactors.max
(PrimeFactors b) Return an instance with the more positive exponents of both arguments.PrimeFactors.min
(PrimeFactors b) Return an instance with the more negative exponents of both arguments.PrimeFactors.minus
(PrimeFactors b) Subtract exponents, ie.PrimeFactors.modifiable()
Always makes a new copy, which is modifiable.PrimeFactors.numerator()
PrimeFactors.plus
(PrimeFactors b) Add exponents, ie.PrimeFactors.unmodifiable()
Make a new unmodifiable version, iff not already unmodifiable.PrimeFactors.with
(int base, int exp) Return an instance with the base and ecponent overwritten.Methods in eu.bandm.tools.util2 with parameters of type PrimeFactorsModifier and TypeMethodDescriptionint
PrimeFactors.cmp
(PrimeFactors other) Returns -1/0/+1 for inclusion or equality, negative exponents are smaller than positives, and returns a different int (here: -100) iff not comparable.boolean
PrimeFactors.containsAsFactor
(PrimeFactors b) Returns whether arg is a factor of thisboolean
PrimeFactors.equals
(PrimeFactors b) PrimeFactors.max
(PrimeFactors b) Return an instance with the more positive exponents of both arguments.PrimeFactors.min
(PrimeFactors b) Return an instance with the more negative exponents of both arguments.PrimeFactors.minus
(PrimeFactors b) Subtract exponents, ie.PrimeFactors.plus
(PrimeFactors b) Add exponents, ie.