public static class
RandomIndexShuffle.Options
Optional attributes for RandomIndexShuffle
Public Methods
RandomIndexShuffle.Options |
rounds(Long rounds)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public RandomIndexShuffle.Options rounds (Long rounds)
Parameters
rounds | The number of rounds to use the in block cipher. |
---|