Uses of Class
com.android.dx.dex.code.LocalList.Entry

Packages that use LocalList.Entry
com.android.dx.dex.code   
 

Uses of LocalList.Entry in com.android.dx.dex.code
 

Methods in com.android.dx.dex.code that return LocalList.Entry
 LocalList.Entry LocalList.get(int n)
          Gets the element at the given index.
 LocalList.Entry LocalList.Entry.withDisposition(LocalList.Disposition disposition)
          Returns an instance just like this one but with the disposition set as given.
 

Methods in com.android.dx.dex.code with parameters of type LocalList.Entry
 int LocalList.Entry.compareTo(LocalList.Entry other)
          Compares by (in priority order) address, end then start disposition (variants of end are all consistered equivalent), and spec.
 boolean LocalList.Entry.matches(LocalList.Entry other)
          Returns whether or not this instance matches the spec in the given instance.
 void LocalList.set(int n, LocalList.Entry entry)
          Sets the entry at the given index.
 



Copyright © 2013. All Rights Reserved.