Primes.lookup

return a prime number between 2 and 7919 (inclusive) that is equal to or larger than the given 'target' number.

class Primes
static
int
lookup
(
short target
)

Meta