public interface Sortierer{
	public void sort(int A[]);
}	