public final class IntegerUtil
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
IntegerUtil()
Forbid instances.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
factorial(int n)
Computes the factorial value of n.
|