I have two ArrayUtil classes I need to access from the same class – they each come from external libraries and have different code, so I can’t just combine them.
How do I disambiguate them in the code?
I tried doing com.adobe.utils.ArrayUtil inline, and leaving the existing import, but that resulted in an undefined property com error.
Cheers
Package 1 Class
Package 2 Class
Output
If you need to access static methods or properties. You would do something similar to the following: