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

public abstract class BaseIndexPool<Key> extends BasePool<Key,Integer> implements IndexSection<Key>