Package org.jf.dexlib2.writer.pool
Class BaseNullableOffsetPool<Key>
- java.lang.Object
-
- org.jf.dexlib2.writer.pool.BasePool<Key,java.lang.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 Constructor Description BaseNullableOffsetPool(DexPool dexPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNullableItemOffset(Key key)
-
Methods inherited from class org.jf.dexlib2.writer.pool.BaseOffsetPool
getItemOffset, getItems, getItemString
-
Methods inherited from class org.jf.dexlib2.writer.pool.BasePool
getItemCount, mark, reset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.writer.OffsetSection
getItemOffset, getItems
-
-
-
-
Constructor Detail
-
BaseNullableOffsetPool
public BaseNullableOffsetPool(@Nonnull DexPool dexPool)
-
-
Method Detail
-
getNullableItemOffset
public int getNullableItemOffset(@Nullable Key key)
- Specified by:
getNullableItemOffset
in interfaceNullableOffsetSection<Key>
-
-