public interface Partitioner { public int[] partition(int[] rij, int k); }