• + 0 comments

    public void printArray(T[] list){ for(T type: list){ System.out.println(type); }

    }