• + 0 comments

    Java Solution:

    ArrayList list =new ArrayList<>(a);

    Collections.reverse(list);

    return list;