import java.util.List; public interface Swapper { int minimalNumberOfSwaps(List start, List goal); }