C F I N P
C
- com.github.joineral32.common - package com.github.joineral32.common
-
Utility classes for working with semi-common Java tasks, such as determining if a number is prime.
F
- FactorUtil - Class in com.github.joineral32.common
-
Provides a set of static utility methods useful for dealing with numbers
which need to be factorized.
- findFactorsOf(Long) - Static method in class com.github.joineral32.common.FactorUtil
-
Returns all integral values for which a specified number is wholly divisible.
- findFactorsOf(long) - Static method in class com.github.joineral32.common.FactorUtil
-
Returns all integral values for which a specified number is wholly divisible.
I
- isPrime(Long) - Static method in class com.github.joineral32.common.PrimalityUtil
-
Determines whether a given value is prime.
- isPrime(long) - Static method in class com.github.joineral32.common.PrimalityUtil
-
Determines whether a given value is prime.
N
- nthPrime(Integer) - Static method in class com.github.joineral32.common.PrimalityUtil
-
Returns nth prime number.
- nthPrime(int) - Static method in class com.github.joineral32.common.PrimalityUtil
-
Returns nth prime number.
P
- PrimalityUtil - Class in com.github.joineral32.common
-
Provides a set of static utility methods useful for finding and testing prime numbers
C F I N P
Copyright © 2015. All rights reserved.