In Java 7, change the function parameter to accept List A instead of final int[] A
Thanks buddy. It worked after changing the argument type to List.