Package org.jf.dexlib2.writer.pool
Class StringTypeBasePool
- All Implemented Interfaces:
IndexSection<CharSequence>,NullableIndexSection<CharSequence>,Markable
- Direct Known Subclasses:
StringPool,TypePool
public abstract class StringTypeBasePool
extends BasePool<String,Integer>
implements NullableIndexSection<CharSequence>, Markable
-
Field Summary
Fields inherited from class org.jf.dexlib2.writer.pool.BasePool
dexPool, internedItems -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Constructor Details
-
StringTypeBasePool
-
-
Method Details
-
getItems
- Specified by:
getItemsin interfaceIndexSection<CharSequence>
-
getItemIndex
- Specified by:
getItemIndexin interfaceIndexSection<CharSequence>
-
getNullableItemIndex
- Specified by:
getNullableItemIndexin interfaceNullableIndexSection<CharSequence>
-