package com.e2u.sort; import java.util.List; public interface PermCallBack { public boolean doOper(int[] a, List params); }