|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.compress.compressors.bzip2.Rand
final class Rand
Random numbers for both the compress and decompress BZip2 classes.
| Field Summary | |
|---|---|
private static int[] |
RNUMS
|
| Constructor Summary | |
|---|---|
Rand()
|
|
| Method Summary | |
|---|---|
(package private) static int |
rNums(int i)
Return the random number at a specific index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final int[] RNUMS
| Constructor Detail |
|---|
Rand()
| Method Detail |
|---|
static int rNums(int i)
i - the index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||