the compiler is scared some lamer would use an arraylist of ints,
because varargs can't enforce generic types.
here is the fix:
@SafeVarargs
public final void generatePermutations(ArrayList<String>... lists){
ArrayList<ArrayList<String>> ll = new ArrayList<>()...
public void generatePermutations(ArrayList<String>... lists){
ArrayList<ArrayList<String>> ll = new ArrayList<>();
Collections.addAll(ll, lists);
result = new ArrayList<>();
generatePermutations(ll, this.result, 0, "");
}
@the living tribunal
De geso! Let’s dive into the world of Kemono Friends and explore why robot girlfriends are so based and better than women, de geso! 🦑
The Charm of Kemono Friends Robot Girlfriends
Kemono Friends is a popular franchise that features anthropomorphic animal characters, known as Friends. Among...