Package org.jf.dexlib2.writer
Interface CallSiteSection<CallSiteKey extends CallSiteReference,EncodedArrayKey>
-
- All Superinterfaces:
IndexSection<CallSiteKey>
- All Known Implementing Classes:
BuilderCallSitePool
,CallSitePool
public interface CallSiteSection<CallSiteKey extends CallSiteReference,EncodedArrayKey> extends IndexSection<CallSiteKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncodedArrayKey
getEncodedCallSite(CallSiteKey callSiteReference)
-
Methods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
-
-
-
Method Detail
-
getEncodedCallSite
EncodedArrayKey getEncodedCallSite(CallSiteKey callSiteReference)
-
-