Uses of Class
edu.jas.arith.PrimeList.Range
-
Packages that use PrimeList.Range Package Description edu.jas.arith Basic arithmetic package. -
-
Uses of PrimeList.Range in edu.jas.arith
Methods in edu.jas.arith that return PrimeList.Range Modifier and Type Method Description static PrimeList.Range
PrimeList.Range. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimeList.Range[]
PrimeList.Range. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.jas.arith with parameters of type PrimeList.Range Constructor Description PrimeList(PrimeList.Range r)
Constructor for PrimeList.
-