Package org.jf.dexlib2.writer.pool
Class BaseIndexPool<Key>
java.lang.Object
org.jf.dexlib2.writer.pool.BasePool<Key,Integer>
org.jf.dexlib2.writer.pool.BaseIndexPool<Key>
- All Implemented Interfaces:
IndexSection<Key>,Markable
- Direct Known Subclasses:
CallSitePool,FieldPool,MethodHandlePool,MethodPool,ProtoPool
-
Field Summary
Fields inherited from class org.jf.dexlib2.writer.pool.BasePool
dexPool, internedItems -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetItemIndex(Key key) Collection<? extends Map.Entry<? extends Key, Integer>> getItems()protected StringgetItemString(Key key) Methods 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.IndexSection
getItemCount
-
Constructor Details
-
BaseIndexPool
-
-
Method Details
-
getItems
- Specified by:
getItemsin interfaceIndexSection<Key>
-
getItemIndex
- Specified by:
getItemIndexin interfaceIndexSection<Key>
-
getItemString
-