Uses of Class
org.egothor.util.sort.Permutation

Packages that use Permutation
org.egothor.util.sort   
 

Uses of Permutation in org.egothor.util.sort
 

Constructors in org.egothor.util.sort with parameters of type Permutation
PermutedSequence(Permutation perm, Sequence<T> orig)