mirror of
https://github.com/revanced/smali.git
synced 2025-05-08 02:14:32 +02:00

Only things that can be accessed in the dex file in a random access manner should be exposed as a list. If the list must be read sequentially, it is exposed in the interface as a Collection if the size is available up-front or as an Iterable if the size can only be determined by iterating over the list.