mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
Implementation of new generificationified writer functionality
This commit is contained in:
@ -79,6 +79,7 @@ public class CollectionUtils {
|
||||
for (T element1: it1) {
|
||||
T element2;
|
||||
try {
|
||||
// TODO: would checking hasNext be more efficient?
|
||||
element2 = elements2.next();
|
||||
} catch (NoSuchElementException ex) {
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user