Package org.jf.dexlib2.writer.pool
Class BaseNullableOffsetPool<Key>
java.lang.Object
org.jf.dexlib2.writer.pool.BasePool<Key,Integer>
org.jf.dexlib2.writer.pool.BaseOffsetPool<Key>
org.jf.dexlib2.writer.pool.BaseNullableOffsetPool<Key>
- All Implemented Interfaces:
NullableOffsetSection<Key>,OffsetSection<Key>,Markable
- Direct Known Subclasses:
AnnotationSetPool,TypeListPool
public abstract class BaseNullableOffsetPool<Key>
extends BaseOffsetPool<Key>
implements NullableOffsetSection<Key>
-
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.BaseOffsetPool
getItemOffset, getItems, getItemStringMethods 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.OffsetSection
getItemOffset, getItems
-
Constructor Details
-
BaseNullableOffsetPool
-
-
Method Details
-
getNullableItemOffset
- Specified by:
getNullableItemOffsetin interfaceNullableOffsetSection<Key>
-