public abstract class BaseOffsetPool<Key> extends BasePool<Key,java.lang.Integer> implements OffsetSection<Key>
dexPool, internedItems| Constructor and Description |
|---|
BaseOffsetPool(DexPool dexPool) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemOffset(Key key) |
java.util.Collection<? extends java.util.Map.Entry<? extends Key,java.lang.Integer>> |
getItems() |
protected java.lang.String |
getItemString(Key key) |
getItemCount, mark, resetpublic BaseOffsetPool(@Nonnull
DexPool dexPool)
@Nonnull public java.util.Collection<? extends java.util.Map.Entry<? extends Key,java.lang.Integer>> getItems()
getItems in interface OffsetSection<Key>public int getItemOffset(@Nonnull
Key key)
getItemOffset in interface OffsetSection<Key>@Nonnull
protected java.lang.String getItemString(@Nonnull
Key key)