Interface | Description |
---|---|
BigIntegerShuffler |
Provides a way of shuffling BigInteger indices.
|
LongShuffler |
Provides a way of shuffling long indices.
|
Class | Description |
---|---|
DefaultBigIntegerShuffler |
An implementation of
BigIntegerShuffler based on ShufflerImpl . |
DefaultLongShuffler |
An implementation of
LongShuffler based on ShufflerImpl . |
ShufflerImpl |
A helper class that implements the shuffling logic used by the default shufflers (
DefaultLongShuffler and DefaultBigIntegerShuffler ). |