public abstract class BaseNullableOffsetPool<Key> extends BaseOffsetPool<Key> implements NullableOffsetSection<Key>
dexPool, internedItems| Constructor and Description |
|---|
BaseNullableOffsetPool(DexPool dexPool) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNullableItemOffset(Key key) |
getItemOffset, getItems, getItemStringgetItemCount, mark, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetItemOffset, getItemspublic BaseNullableOffsetPool(@Nonnull
DexPool dexPool)
public int getNullableItemOffset(@Nullable
Key key)
getNullableItemOffset in interface NullableOffsetSection<Key>