Serialized Form
-
Package org.cicirello.permutations
-
Exception org.cicirello.permutations.IllegalPermutationStateException
class IllegalPermutationStateException extends RuntimeException implements Serializable -
Class org.cicirello.permutations.Permutation
class Permutation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
permutation
int[] permutation
Raw permutation, which should consist of a permutation of the integers in [0, permutation.length).
-
-