Package org.jf.dexlib2.writer.pool
Class TypePool
java.lang.Object
org.jf.dexlib2.writer.pool.BasePool<String,Integer>
org.jf.dexlib2.writer.pool.StringTypeBasePool
org.jf.dexlib2.writer.pool.TypePool
- All Implemented Interfaces:
IndexSection<CharSequence>,NullableIndexSection<CharSequence>,Markable,TypeSection<CharSequence,CharSequence, TypeReference>
public class TypePool
extends StringTypeBasePool
implements TypeSection<CharSequence,CharSequence,TypeReference>
-
Field Summary
Fields inherited from class org.jf.dexlib2.writer.pool.BasePool
dexPool, internedItems -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetString(CharSequence type) voidintern(CharSequence type) voidinternNullable(CharSequence type) Methods inherited from class org.jf.dexlib2.writer.pool.StringTypeBasePool
getItemIndex, getItems, getNullableItemIndexMethods inherited from class org.jf.dexlib2.writer.pool.BasePool
getItemCount, mark, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItemsMethods inherited from interface org.jf.dexlib2.writer.NullableIndexSection
getNullableItemIndex
-
Constructor Details
-
TypePool
-
-
Method Details
-
intern
-
internNullable
-
getItemIndex
- Specified by:
getItemIndexin interfaceTypeSection<CharSequence,CharSequence, TypeReference>
-
getString
- Specified by:
getStringin interfaceTypeSection<CharSequence,CharSequence, TypeReference>
-