public abstract class StringTypeBasePool extends BasePool<java.lang.String,java.lang.Integer> implements NullableIndexSection<java.lang.CharSequence>, Markable
dexPool, internedItems| Constructor and Description |
|---|
StringTypeBasePool(DexPool dexPool) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemIndex(java.lang.CharSequence key) |
java.util.Collection<java.util.Map.Entry<java.lang.String,java.lang.Integer>> |
getItems() |
int |
getNullableItemIndex(java.lang.CharSequence key) |
getItemCount, mark, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetItemCountpublic StringTypeBasePool(@Nonnull
DexPool dexPool)
@Nonnull public java.util.Collection<java.util.Map.Entry<java.lang.String,java.lang.Integer>> getItems()
getItems in interface IndexSection<java.lang.CharSequence>public int getItemIndex(@Nonnull
java.lang.CharSequence key)
getItemIndex in interface IndexSection<java.lang.CharSequence>public int getNullableItemIndex(@Nullable
java.lang.CharSequence key)
getNullableItemIndex in interface NullableIndexSection<java.lang.CharSequence>