Package org.jf.dexlib2.writer
Interface IndexSection<Key>
-
- All Known Subinterfaces:
CallSiteSection<CallSiteKey,EncodedArrayKey>,ClassSection<StringKey,TypeKey,TypeListKey,ClassKey,FieldKey,MethodKey,AnnotationSetKey,EncodedArrayKey>,FieldSection<StringKey,TypeKey,FieldRefKey,FieldKey>,MethodHandleSection<MethodHandleKey,FieldRefKey,MethodRefKey>,MethodSection<StringKey,TypeKey,ProtoRefKey,MethodRefKey,MethodKey>,NullableIndexSection<Key>,ProtoSection<StringKey,TypeKey,ProtoKey,TypeListKey>,StringSection<StringKey,StringRef>,TypeSection<StringKey,TypeKey,TypeRef>
- All Known Implementing Classes:
BaseIndexPool,BuilderCallSitePool,BuilderClassPool,BuilderFieldPool,BuilderMethodHandlePool,CallSitePool,ClassPool,FieldPool,MethodHandlePool,MethodPool,ProtoPool,StringPool,StringTypeBasePool,TypePool
public interface IndexSection<Key>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetItemCount()intgetItemIndex(Key key)java.util.Collection<? extends java.util.Map.Entry<? extends Key,java.lang.Integer>>getItems()
-