class Higher { public static void map(IntToInt obj,int[] a,int n) // Map (destructively) the function represented by // obj onto the first n integers of a { for(int i=0; i